Merge "Make apex_key HostAndDeviceDefault"
This commit is contained in:
commit
4bca455fd9
|
@ -55,8 +55,7 @@ type apexKeyProperties struct {
|
||||||
func apexKeyFactory() android.Module {
|
func apexKeyFactory() android.Module {
|
||||||
module := &apexKey{}
|
module := &apexKey{}
|
||||||
module.AddProperties(&module.properties)
|
module.AddProperties(&module.properties)
|
||||||
// This module is device-only
|
android.InitAndroidArchModule(module, android.HostAndDeviceDefault, android.MultilibCommon)
|
||||||
android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibCommon)
|
|
||||||
return module
|
return module
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue