Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a262e1c7 authored by Neha Pattan's avatar Neha Pattan
Browse files

[2/2] Add SupplementalApi to BCP.

Test: build
Bug: 218568223
Change-Id: I9f97bdf8dae9f0271755411293243bbfa9986acc
parent eab618f4
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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 \