Merge "Add updatable-media to bootclasspath"
This commit is contained in:
commit
bf0574c5c3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue