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

Commit c982aecd authored by Anton Hansson's avatar Anton Hansson
Browse files

Add sdkext module

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

Bug: 137191822
Test: m
Change-Id: I11700ac6da3fe031692b792d2975c5eec5414e09
parent 78560b20
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 \