Merge "Add updatable-media to bootclasspath"

This commit is contained in:
TreeHugger Robot 2019-01-21 14:27:09 +00:00 committed by Android (Google) Code Review
commit bf0574c5c3
1 changed files with 5 additions and 3 deletions

View File

@ -288,10 +288,12 @@ PRODUCT_BOOT_JARS := \
framework \ framework \
telephony-common \ telephony-common \
voip-common \ voip-common \
ims-common ims-common \
PRODUCT_UPDATABLE_BOOT_MODULES := conscrypt updatable-media
PRODUCT_UPDATABLE_BOOT_MODULES := conscrypt updatable-media
PRODUCT_UPDATABLE_BOOT_LOCATIONS := \ PRODUCT_UPDATABLE_BOOT_LOCATIONS := \
/apex/com.android.conscrypt/javalib/conscrypt.jar /apex/com.android.conscrypt/javalib/conscrypt.jar \
/apex/com.android.media/javalib/updatable-media.jar
# Add the compatibility library that is needed when org.apache.http.legacy # Add the compatibility library that is needed when org.apache.http.legacy