Merge "makefile_goal: not arch specific." am: 5ac5247c26

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1470044

Change-Id: I376f266095756df8e81f8cae2747812a539882a5
This commit is contained in:
Yifan Hong
2020-10-22 21:06:14 +00:00
committed by Automerger Merge Worker

View File

@@ -93,7 +93,6 @@ func (p *makefileGoal) AndroidMkEntries() []AndroidMkEntries {
func MakefileGoalFactory() Module {
module := &makefileGoal{}
module.AddProperties(&module.properties)
// This module is device-only
InitAndroidArchModule(module, DeviceSupported, MultilibFirst)
InitAndroidModule(module)
return module
}