Switch platform_compat_config to use common arch
Bug: 182816033 Test: m nothing Change-Id: If8886edd9278d67fe2b6288a6bd8b152f2314401
This commit is contained in:
@@ -152,7 +152,7 @@ func platformCompatConfigSingletonFactory() android.Singleton {
|
||||
func PlatformCompatConfigFactory() android.Module {
|
||||
module := &platformCompatConfig{}
|
||||
module.AddProperties(&module.properties)
|
||||
android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibFirst)
|
||||
android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibCommon)
|
||||
return module
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user