diff options
Diffstat (limited to 'android/androidmk.go')
-rw-r--r-- | android/androidmk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/androidmk.go b/android/androidmk.go index 4f6e24c18..72b6584ab 100644 --- a/android/androidmk.go +++ b/android/androidmk.go @@ -518,7 +518,7 @@ func (a *AndroidMkEntries) fillInEntries(ctx fillInEntriesContext, mod blueprint a.AddStrings("LOCAL_TARGET_REQUIRED_MODULES", a.Target_required...) // If the install rule was generated by Soong tell Make about it. - if amod.InstallBypassMake() && len(base.katiInstalls) > 0 { + if len(base.katiInstalls) > 0 { // Assume the primary install file is last since it probably needs to depend on any other // installed files. If that is not the case we can add a method to specify the primary // installed file. |