Add framework-appsearch apex on the classpath.
Test: presubmit
Bug: 146218515
Change-Id: If511234a958661e71fcfb50c28679f6ff91f3ad8
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 0d752c3..6c2a19e 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -30,7 +30,6 @@
apexd \
appops \
app_process \
- service-appsearch \
appwidget \
atrace \
audioserver \
@@ -52,6 +51,7 @@
cmd \
com.android.adbd \
com.android.apex.cts.shim.v1 \
+ com.android.appsearch \
com.android.conscrypt \
com.android.cronet \
com.android.i18n \
@@ -332,9 +332,11 @@
framework-statsd \
ike \
updatable-media \
+ framework-appsearch \
framework-wifi
PRODUCT_UPDATABLE_BOOT_JARS := \
+ com.android.appsearch:framework-appsearch \
com.android.conscrypt:conscrypt \
com.android.ipsec:ike \
com.android.media:updatable-media \