Switch platform_compat_config to use common arch

Bug: 182816033
Test: m nothing
Change-Id: If8886edd9278d67fe2b6288a6bd8b152f2314401
This commit is contained in:
Paul Duffin
2021-03-15 19:49:14 +00:00
parent 1bc21dc7e6
commit 4defbf4d39
2 changed files with 2 additions and 8 deletions

View File

@@ -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
}