diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk index 1754f87dff..2ae64609a4 100644 --- a/target/product/default_art_config.mk +++ b/target/product/default_art_config.mk @@ -49,7 +49,7 @@ PRODUCT_BOOT_JARS += \ PRODUCT_BOOT_JARS += \ com.android.i18n:core-icu4j -# Updatable APEX jars. Keep the list sorted by module names and then library names. +# Updatable APEX boot jars. Keep the list sorted by module names and then library names. PRODUCT_UPDATABLE_BOOT_JARS := \ com.android.appsearch:framework-appsearch \ com.android.conscrypt:conscrypt \ @@ -65,6 +65,14 @@ PRODUCT_UPDATABLE_BOOT_JARS := \ com.android.tethering:framework-tethering \ com.android.wifi:framework-wifi +# Updatable APEX system server jars. Keep the list sorted by module names and then library names. +PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \ + com.android.appsearch:service-appsearch \ + com.android.art:service-art \ + com.android.media:service-media-s \ + com.android.permission:service-permission \ + com.android.geotz:geotz \ + # Minimal configuration for running dex2oat (default argument values). # PRODUCT_USES_DEFAULT_ART_CONFIG must be true to enable boot image compilation. PRODUCT_USES_DEFAULT_ART_CONFIG := true diff --git a/target/product/media_system.mk b/target/product/media_system.mk index 8160df2957..30a8621b15 100644 --- a/target/product/media_system.mk +++ b/target/product/media_system.mk @@ -54,15 +54,6 @@ PRODUCT_SYSTEM_SERVER_JARS := \ services \ ethernet-service -# system server jars which are updated via apex modules. -# The values should be of the format : -PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \ - com.android.appsearch:service-appsearch \ - com.android.art:service-art \ - com.android.media:service-media-s \ - com.android.permission:service-permission \ - com.android.geotz:geotz \ - PRODUCT_COPY_FILES += \ system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt