Add a Make variable that overrides configured jar locations.
Bug: 290583827 Test: m nothing Change-Id: I9a23d6a033d50d2a8c5d9e8dd79d00033efa1f53
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user