Add sdkext module

Add the module to the build, and its jar to the bootclasspath.

Bug: 137191822
Test: m
Change-Id: I11700ac6da3fe031692b792d2975c5eec5414e09
This commit is contained in:
Anton Hansson 2019-12-02 11:05:11 +00:00
parent 78560b2049
commit c982aecdb1

View file

@ -57,6 +57,7 @@ PRODUCT_PACKAGES += \
com.android.media.swcodec \
com.android.resolv \
com.android.neuralnetworks \
com.android.sdkext \
com.android.tzdata \
ContactsProvider \
content \
@ -323,13 +324,15 @@ PRODUCT_BOOT_JARS := \
telephony-common \
voip-common \
ims-common \
framework-sdkext \
ike \
updatable-media
PRODUCT_UPDATABLE_BOOT_JARS := \
com.android.conscrypt:conscrypt \
com.android.ipsec:ike \
com.android.media:updatable-media
com.android.media:updatable-media \
com.android.sdkext:framework-sdkext
PRODUCT_COPY_FILES += \
system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \