Merge "Don't touch .installable_files for non-FULL_BUILD" into rvc-dev
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index b32d94f..5df29e6 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -50,7 +50,6 @@
cmd \
com.android.adbd \
com.android.apex.cts.shim.v1 \
- com.android.appsearch \
com.android.conscrypt \
com.android.extservices \
com.android.i18n \
@@ -329,7 +328,6 @@
framework-telephony
PRODUCT_UPDATABLE_BOOT_JARS := \
- com.android.appsearch:framework-appsearch \
com.android.conscrypt:conscrypt \
com.android.media:updatable-media \
com.android.mediaprovider:framework-mediaprovider \
diff --git a/target/product/media_system.mk b/target/product/media_system.mk
index 9bf9668..dd80f04 100644
--- a/target/product/media_system.mk
+++ b/target/product/media_system.mk
@@ -60,7 +60,6 @@
# system server jars which are updated via apex modules.
# The values should be of the format <apex name>:<jar name>
PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
- com.android.appsearch:service-appsearch \
com.android.permission:service-permission \
com.android.wifi:wifi-service \
com.android.ipsec:android.net.ipsec.ike \