commit | 4bca455fd9ecb6d5c2ca7ff71145a22d845f5990 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Fri Apr 12 09:26:15 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 12 09:26:15 2019 +0000 |
tree | 566f35bbf435f945cf8910d5a240942c9252b533 | |
parent | 41eed99dc7b4e92fab3ff3a13907d62fbcb087ca [diff] | |
parent | f807167023037d3eb13291ff0612f2310d7080bf [diff] |
Merge "Make apex_key HostAndDeviceDefault"
diff --git a/apex/key.go b/apex/key.go index a627e4b..229d593 100644 --- a/apex/key.go +++ b/apex/key.go
@@ -55,8 +55,7 @@ func apexKeyFactory() android.Module { module := &apexKey{} module.AddProperties(&module.properties) - // This module is device-only - android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibCommon) + android.InitAndroidArchModule(module, android.HostAndDeviceDefault, android.MultilibCommon) return module }