Merge "makefile_goal: not arch specific."

This commit is contained in:
Yifan Hong
2020-10-22 17:20:46 +00:00
committed by Gerrit Code Review

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
}