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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user