Add MP as optional module.

Bug: 294190883

Test: packages/modules/common/build/mainline_modules_sdks.sh
Change-Id: I5249e879d7b9c419e9a5a91805b5388aed8b48b3
Ignore-AOSP-First: May not be intended for AOSP as MP is a mandatory module and this handles a special use case as per the bug.
This commit is contained in:
Jag
2023-09-13 00:01:34 +00:00
committed by Jag Ghoshal
parent a6f3d11729
commit b2ee26f8ba

View File

@@ -1056,6 +1056,10 @@ MAINLINE_MODULES = [
for_r_build=ForRBuild(sdk_libraries=[
SdkLibrary(name="framework-mediaprovider"),
]),
# MP is a mandatory mainline module but in some cases (b/294190883) this
# needs to be optional for Android Go on T. GTS tests might be needed to
# to check the specific condition mentioned in the bug.
last_optional_release=LATEST,
),
MainlineModule(
apex="com.android.ondevicepersonalization",