Sort legacyCorePlatformApiModules
Sort the modules in legacyCorePlatformApiModules to simplify removing unnecessary entries. Also remove a comment that doesn't add any value and makes it harder to run scripts against the list. Bug: 161973015 Test: builds Change-Id: I0886baa42209600cfd1e16e5d4919a784efe29ab
This commit is contained in:
@@ -22,7 +22,6 @@ import (
|
||||
var legacyCorePlatformApiModules = []string{
|
||||
"AAECarSystemUI",
|
||||
"AAECarSystemUI-tests",
|
||||
"ArcSettings",
|
||||
"ahat-test-dump",
|
||||
"android.car",
|
||||
"android.test.mock",
|
||||
@@ -30,6 +29,7 @@ var legacyCorePlatformApiModules = []string{
|
||||
"AoapTestDeviceApp",
|
||||
"AoapTestHostApp",
|
||||
"api-stubs-docs",
|
||||
"ArcSettings",
|
||||
"art_cts_jvmti_test_library",
|
||||
"art-gtest-jars-MyClassNatives",
|
||||
"BackupEncryption",
|
||||
@@ -78,7 +78,7 @@ var legacyCorePlatformApiModules = []string{
|
||||
"DownloadProvider",
|
||||
"DownloadProviderTests",
|
||||
"DownloadProviderUi",
|
||||
"ds-car-docs", // for AAOS API documentation only
|
||||
"ds-car-docs",
|
||||
"DynamicSystemInstallationService",
|
||||
"EmergencyInfo-lib",
|
||||
"EthernetServiceTests",
|
||||
@@ -91,11 +91,11 @@ var legacyCorePlatformApiModules = []string{
|
||||
"FrameworkOverlayG6QU3",
|
||||
"FrameworksCoreTests",
|
||||
"FrameworksIkeTests",
|
||||
"FrameworksMockingServicesTests",
|
||||
"FrameworksNetCommonTests",
|
||||
"FrameworksNetTests",
|
||||
"FrameworksServicesRoboTests",
|
||||
"FrameworksServicesTests",
|
||||
"FrameworksMockingServicesTests",
|
||||
"FrameworksUtilTests",
|
||||
"GtsIncrementalInstallTestCases",
|
||||
"GtsIncrementalInstallTriggerApp",
|
||||
|
Reference in New Issue
Block a user