Merge changes I0886baa4,I584f98f9

* changes:
  Sort legacyCorePlatformApiModules
  Remove SystemUI from legacyCorePlatformApiModules
This commit is contained in:
Colin Cross
2022-11-16 17:02:01 +00:00
committed by Gerrit Code Review

View File

@@ -22,7 +22,6 @@ 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",
@@ -30,6 +29,7 @@ var legacyCorePlatformApiModules = []string{
"AoapTestDeviceApp", "AoapTestDeviceApp",
"AoapTestHostApp", "AoapTestHostApp",
"api-stubs-docs", "api-stubs-docs",
"ArcSettings",
"art_cts_jvmti_test_library", "art_cts_jvmti_test_library",
"art-gtest-jars-MyClassNatives", "art-gtest-jars-MyClassNatives",
"BackupEncryption", "BackupEncryption",
@@ -78,7 +78,7 @@ var legacyCorePlatformApiModules = []string{
"DownloadProvider", "DownloadProvider",
"DownloadProviderTests", "DownloadProviderTests",
"DownloadProviderUi", "DownloadProviderUi",
"ds-car-docs", // for AAOS API documentation only "ds-car-docs",
"DynamicSystemInstallationService", "DynamicSystemInstallationService",
"EmergencyInfo-lib", "EmergencyInfo-lib",
"EthernetServiceTests", "EthernetServiceTests",
@@ -91,11 +91,11 @@ var legacyCorePlatformApiModules = []string{
"FrameworkOverlayG6QU3", "FrameworkOverlayG6QU3",
"FrameworksCoreTests", "FrameworksCoreTests",
"FrameworksIkeTests", "FrameworksIkeTests",
"FrameworksMockingServicesTests",
"FrameworksNetCommonTests", "FrameworksNetCommonTests",
"FrameworksNetTests", "FrameworksNetTests",
"FrameworksServicesRoboTests", "FrameworksServicesRoboTests",
"FrameworksServicesTests", "FrameworksServicesTests",
"FrameworksMockingServicesTests",
"FrameworksUtilTests", "FrameworksUtilTests",
"GtsIncrementalInstallTestCases", "GtsIncrementalInstallTestCases",
"GtsIncrementalInstallTriggerApp", "GtsIncrementalInstallTriggerApp",
@@ -191,9 +191,6 @@ var legacyCorePlatformApiModules = []string{
"SimSettings", "SimSettings",
"sl4a.Common", "sl4a.Common",
"StatementService", "StatementService",
"SystemUI-core",
"SystemUISharedLib",
"SystemUI-tests",
"tcmiface", "tcmiface",
"Telecom", "Telecom",
"TelecomUnitTests", "TelecomUnitTests",