diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk index 131ba31e1b..15457803f3 100644 --- a/target/product/default_art_config.mk +++ b/target/product/default_art_config.mk @@ -36,7 +36,8 @@ PRODUCT_UPDATABLE_BOOT_JARS := \ com.android.permission:framework-permission \ com.android.sdkext:framework-sdkextensions \ com.android.wifi:framework-wifi \ - com.android.tethering:framework-tethering + com.android.tethering:framework-tethering \ + com.android.ipsec:android.net.ipsec.ike # Add the compatibility library that is needed when android.test.base # is removed from the bootclasspath. diff --git a/target/product/media_system.mk b/target/product/media_system.mk index 4ebec519e4..143131e3bc 100644 --- a/target/product/media_system.mk +++ b/target/product/media_system.mk @@ -58,7 +58,6 @@ PRODUCT_SYSTEM_SERVER_JARS := \ # The values should be of the format : PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \ com.android.permission:service-permission \ - com.android.ipsec:android.net.ipsec.ike \ PRODUCT_COPY_FILES += \ system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt