Add the systemserver_fragment to media SDK.

Note: This needs to be exported from the APEX (ag/15937385) when a new
prebuilt is dropped.

The systemserver_fragment is needed for dexpreopting when the media APEX
is built from a prebuilt.

Bug: 194150908
Test: m nothing
Change-Id: I2cca8b206451858e636c6bd04617cf3933f702c6
This commit is contained in:
Jiakai Zhang
2021-09-29 05:57:35 +00:00
parent fca2de57e4
commit 381fb640c6

View File

@@ -28,8 +28,8 @@ package {
sdk {
name: "media-module-sdk",
bootclasspath_fragments: ["com.android.media-bootclasspath-fragment"],
systemserverclasspath_fragments: ["com.android.media-systemserverclasspath-fragment"],
java_sdk_libs: [
"framework-media",
"service-media-s",
],
}