From 0ae8ff8077c74c110d7499960eaffb8168f1056e Mon Sep 17 00:00:00 2001 From: Johnny Lee Date: Tue, 25 Jan 2022 06:58:55 +0000 Subject: [PATCH] Revert "Add framework-auxiliary to PRODUCT_APEX_BOOT_JARS" Revert submission 16684516-auxiliary_bcp Reason for revert: pdk build breakage Reverted Changes: I8c92d2ccb:Add bootclasspath config in Auxiliary. I9ac910fa2:Add SupplementalProcess stubs and bootclasspath fr... I7cf3b31b0:Add framework-auxiliary to PRODUCT_APEX_BOOT_JARS Bug: 216218564 Change-Id: I791870137097180eb02d4ada2b2f0743467cc422 --- target/product/default_art_config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk index 00083ec5d7..186d4ff49c 100644 --- a/target/product/default_art_config.mk +++ b/target/product/default_art_config.mk @@ -52,7 +52,6 @@ PRODUCT_BOOT_JARS += \ # Note: For modules available in Q, DO NOT add new entries here. PRODUCT_APEX_BOOT_JARS := \ com.android.appsearch:framework-appsearch \ - com.android.auxiliary:framework-auxiliary \ com.android.conscrypt:conscrypt \ com.android.i18n:core-icu4j \ com.android.ipsec:android.net.ipsec.ike \