Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b13abbfd authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 5176044d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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",