Merge "makefile_goal: not arch specific." am: 5ac5247c26
am: e8ba0c550e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1470044 Change-Id: I6e5ff284d27a17685d5499bcd016daee989003a2
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