Merge "Add ArcSettings and SettingsGoogle to the legacy allowlist"

This commit is contained in:
Colin Cross
2021-01-16 01:45:52 +00:00
committed by Android (Google) Code Review

View File

@@ -22,6 +22,7 @@ import (
var legacyCorePlatformApiModules = []string{ var legacyCorePlatformApiModules = []string{
"AAECarSystemUI", "AAECarSystemUI",
"AAECarSystemUI-tests", "AAECarSystemUI-tests",
"ArcSettings",
"ahat-test-dump", "ahat-test-dump",
"android.car", "android.car",
"android.test.mock", "android.test.mock",
@@ -151,6 +152,7 @@ var legacyCorePlatformApiModules = []string{
"services.usage", "services.usage",
"services.usb", "services.usb",
"Settings-core", "Settings-core",
"SettingsGoogle",
"SettingsGoogleOverlayCoral", "SettingsGoogleOverlayCoral",
"SettingsGoogleOverlayFlame", "SettingsGoogleOverlayFlame",
"SettingsLib", "SettingsLib",