Revert submission
Reason for revert: b/144387414 Fixes: b/144387414 Change-Id: I21e15a4d149a5a8fefd0f84010600cb41b59db95
This commit is contained in:
@@ -262,11 +262,6 @@ func (binary *Binary) AndroidMkEntries() android.AndroidMkEntries {
|
||||
}
|
||||
|
||||
func (app *AndroidApp) AndroidMkEntries() android.AndroidMkEntries {
|
||||
if !app.IsForPlatform() {
|
||||
return android.AndroidMkEntries{
|
||||
Disabled: true,
|
||||
}
|
||||
}
|
||||
return android.AndroidMkEntries{
|
||||
Class: "APPS",
|
||||
OutputFile: android.OptionalPathForPath(app.outputFile),
|
||||
|
Reference in New Issue
Block a user