Add SDK library framework-pdf-v in MediaProvider
SDK library for pdf related bootclasspath classes that were part of the non-updatable API before V, and were moved to the module in V. Other pdf related bootclasspath classes in mediaprovider should go to framework-pdf. Bug: b/324667310 Test: presubmit and m Change-Id: I92aabf297508f2c885a721d11d40b5262b6847fe
This commit is contained in:
parent
6b11584633
commit
6d0576122a
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,7 @@ PRODUCT_APEX_BOOT_JARS := \
|
|||
com.android.media:updatable-media \
|
||||
com.android.mediaprovider:framework-mediaprovider \
|
||||
com.android.mediaprovider:framework-pdf \
|
||||
com.android.mediaprovider:framework-pdf-v \
|
||||
com.android.ondevicepersonalization:framework-ondevicepersonalization \
|
||||
com.android.os.statsd:framework-statsd \
|
||||
com.android.permission:framework-permission \
|
||||
|
@ -108,6 +109,7 @@ endif
|
|||
# Keep the list sorted by module names and then library names.
|
||||
PRODUCT_APEX_BOOT_JARS_FOR_SOURCE_BUILD_ONLY := \
|
||||
com.android.mediaprovider:framework-pdf \
|
||||
com.android.mediaprovider:framework-pdf-v \
|
||||
|
||||
# List of system_server classpath jars delivered via apex.
|
||||
# Keep the list sorted by module names and then library names.
|
||||
|
|
Loading…
Reference in a new issue