Loading target/product/default_art_config.mk +3 −3 Original line number Diff line number Diff line Loading @@ -48,17 +48,17 @@ PRODUCT_BOOT_JARS += \ PRODUCT_BOOT_JARS += \ com.android.i18n:core-icu4j # Updatable APEX jars. Keep the list sorted. # Updatable APEX jars. Keep the list sorted by module names and then library names. PRODUCT_UPDATABLE_BOOT_JARS := \ com.android.conscrypt:conscrypt \ com.android.ipsec:android.net.ipsec.ike \ com.android.media:updatable-media \ com.android.mediaprovider:framework-mediaprovider \ com.android.os.statsd:framework-statsd \ com.android.permission:framework-permission \ com.android.sdkext:framework-sdkextensions \ com.android.wifi:framework-wifi \ com.android.tethering:framework-tethering \ com.android.ipsec:android.net.ipsec.ike com.android.wifi:framework-wifi # Minimal configuration for running dex2oat (default argument values). # PRODUCT_USES_DEFAULT_ART_CONFIG must be true to enable boot image compilation. Loading Loading
target/product/default_art_config.mk +3 −3 Original line number Diff line number Diff line Loading @@ -48,17 +48,17 @@ PRODUCT_BOOT_JARS += \ PRODUCT_BOOT_JARS += \ com.android.i18n:core-icu4j # Updatable APEX jars. Keep the list sorted. # Updatable APEX jars. Keep the list sorted by module names and then library names. PRODUCT_UPDATABLE_BOOT_JARS := \ com.android.conscrypt:conscrypt \ com.android.ipsec:android.net.ipsec.ike \ com.android.media:updatable-media \ com.android.mediaprovider:framework-mediaprovider \ com.android.os.statsd:framework-statsd \ com.android.permission:framework-permission \ com.android.sdkext:framework-sdkextensions \ com.android.wifi:framework-wifi \ com.android.tethering:framework-tethering \ com.android.ipsec:android.net.ipsec.ike com.android.wifi:framework-wifi # Minimal configuration for running dex2oat (default argument values). # PRODUCT_USES_DEFAULT_ART_CONFIG must be true to enable boot image compilation. Loading