Add a Make variable that overrides configured jar locations.

Bug: 290583827
Test: m nothing
Change-Id: I9a23d6a033d50d2a8c5d9e8dd79d00033efa1f53
This commit is contained in:
Jiakai Zhang
2023-07-12 16:54:56 +01:00
parent 7a3ff6b30c
commit 17c6af46df
3 changed files with 10 additions and 0 deletions

View File

@@ -106,6 +106,11 @@ PRODUCT_APEX_STANDALONE_SYSTEM_SERVER_JARS := \
com.android.uwb:service-uwb \
com.android.wifi:service-wifi \
# Overrides the (apex, jar) pairs above when determining the on-device location. The format is:
# <old_apex>:<old_jar>:<new_apex>:<new_jar>
PRODUCT_CONFIGURED_JAR_LOCATION_OVERRIDES := \
platform:framework-minus-apex:platform:framework \
# Minimal configuration for running dex2oat (default argument values).
# PRODUCT_USES_DEFAULT_ART_CONFIG must be true to enable boot image compilation.
PRODUCT_USES_DEFAULT_ART_CONFIG := true