commit | 5ac5247c261cbb9db7bdadf47c4d064b1e6d1256 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Oct 22 17:20:46 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 22 17:20:46 2020 +0000 |
tree | c9edfb115902f2be8f885bb07bf8eb0d9930e410 | |
parent | 6b07ff2d9dafa5cd3177bf16367a924d12b55c54 [diff] | |
parent | 397315f6203fa40d3a527c92bb38b9b3e0074731 [diff] |
Merge "makefile_goal: not arch specific."
diff --git a/android/makefile_goal.go b/android/makefile_goal.go index eae3976..b5d9d69 100644 --- a/android/makefile_goal.go +++ b/android/makefile_goal.go
@@ -93,7 +93,6 @@ func MakefileGoalFactory() Module { module := &makefileGoal{} module.AddProperties(&module.properties) - // This module is device-only - InitAndroidArchModule(module, DeviceSupported, MultilibFirst) + InitAndroidModule(module) return module }