[2/2] Add SupplementalApi to BCP.

Test: build
Bug: 218568223
Change-Id: I9f97bdf8dae9f0271755411293243bbfa9986acc
This commit is contained in:
Neha Pattan
2022-02-08 22:32:32 +00:00
parent eab618f455
commit a262e1c7ea

View File

@@ -69,11 +69,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 \