Merge "Remove implicit outputs for the flattened APEX Make module"

This commit is contained in:
Treehugger Robot 2019-12-05 00:21:29 +00:00 committed by Gerrit Code Review
commit 7b34ebf447
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ func (a *apexBundle) androidMkForType() android.AndroidMkData {
fmt.Fprintln(w, "LOCAL_REQUIRED_MODULES :=", strings.Join(moduleNames, " "))
}
fmt.Fprintln(w, "include $(BUILD_PHONY_PACKAGE)")
fmt.Fprintln(w, "$(LOCAL_INSTALLED_MODULE): .KATI_IMPLICIT_OUTPUTS :=", a.outputFile.String())
} else {
fmt.Fprintln(w, "\ninclude $(CLEAR_VARS)")