Merge "[2/2] Add SupplementalApi to BCP."

This commit is contained in:
Neha Pattan
2022-02-11 16:08:36 +00:00
committed by Android (Google) Code Review

View File

@@ -68,11 +68,18 @@ PRODUCT_APEX_BOOT_JARS := \
com.android.tethering:framework-connectivity-tiramisu \
com.android.tethering:framework-tethering \
com.android.uwb:framework-uwb \
com.android.wifi:framework-wifi
com.android.wifi:framework-wifi \
# TODO(b/210903289): Remove filters after merge.
ifneq ($(wildcard packages/modules/SupplementalApi),)
PRODUCT_APEX_BOOT_JARS += \
com.android.supplementalprocess:framework-supplementalapi
endif
# List of system_server classpath jars delivered via apex.
# Keep the list sorted by module names and then library names.
# Note: For modules available in Q, DO NOT add new entries here.
# TODO(b/218568223): Add supplementalapi to system server jars.
PRODUCT_APEX_SYSTEM_SERVER_JARS := \
com.android.appsearch:service-appsearch \
com.android.art:service-art \