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

Commit 6d057612 authored by Nishant Panwar's avatar Nishant Panwar
Browse files

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
parent 6b115846
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.