Remove modules form legacyCorePlatformModules that build in internal master

Remove all modules from legacyCorePlatformApiModules that exist
in internal master and build without the legacy stubs in an
aosp_sunfish-userdebug build.

Bug: 161973015
Test: builds
Change-Id: I2e6248ec0cde0d751f66f32bc7e787b7adbfb75b
This commit is contained in:
Colin Cross
2022-11-10 22:35:08 -08:00
parent 276c7f6243
commit f1b91e09ff

View File

@@ -20,43 +20,29 @@ import (
) )
var legacyCorePlatformApiModules = []string{ var legacyCorePlatformApiModules = []string{
"AAECarSystemUI",
"AAECarSystemUI-tests",
"ArcSettings", "ArcSettings",
"BTTestApp", "BTTestApp",
"CapCtrlInterface", "CapCtrlInterface",
"com.qti.location.sdk", "com.qti.location.sdk",
"com.qti.media.secureprocessor",
"DeviceInfo",
"DocumentsUIGoogleTests",
"DocumentsUIUnitTests",
"face-V1-0-javalib", "face-V1-0-javalib",
"FloralClocks", "FloralClocks",
"framework-jobscheduler", "framework-jobscheduler",
"framework-minus-apex", "framework-minus-apex",
"framework-minus-apex-intdefs", "framework-minus-apex-intdefs",
"FrameworksCoreTests", "FrameworksCoreTests",
"GtsIncrementalInstallTestCases",
"GtsIncrementalInstallTriggerApp",
"GtsInstallerV2TestCases",
"HelloOslo", "HelloOslo",
"imssettings",
"izat.lib.glue", "izat.lib.glue",
"mediatek-ims-base", "mediatek-ims-base",
"ModemTestMode", "ModemTestMode",
"MtkCapCtrl", "MtkCapCtrl",
"my.tests.snapdragonsdktest", "my.tests.snapdragonsdktest",
"NetworkSetting", "NetworkSetting",
"online-gcm-ref-docs",
"online-gts-docs",
"PerformanceMode", "PerformanceMode",
"pxp-monitor", "pxp-monitor",
"QColor", "QColor",
"qcom.fmradio", "qcom.fmradio",
"QDCMMobileApp",
"Qmmi", "Qmmi",
"QPerformance", "QPerformance",
"remotesimlockmanagerlibrary",
"sam", "sam",
"saminterfacelibrary", "saminterfacelibrary",
"sammanagerlibrary", "sammanagerlibrary",
@@ -75,9 +61,6 @@ var legacyCorePlatformApiModules = []string{
"SettingsOverlayG020P", "SettingsOverlayG020P",
"SettingsOverlayG020Q", "SettingsOverlayG020Q",
"SettingsOverlayG025H", "SettingsOverlayG025H",
"SettingsOverlayG025J",
"SettingsOverlayG025M",
"SettingsOverlayG025N",
"SettingsOverlayG5NZ6", "SettingsOverlayG5NZ6",
"SettingsRoboTests", "SettingsRoboTests",
"SimContact", "SimContact",
@@ -86,8 +69,6 @@ var legacyCorePlatformApiModules = []string{
"tcmiface", "tcmiface",
"telephony-common", "telephony-common",
"TeleService", "TeleService",
"TMobilePlanProvider",
"uimgbamanagerlibrary",
"UxPerformance", "UxPerformance",
"WfdCommon", "WfdCommon",
} }