Add the remaining entries to PRODUCT_APEX_STANDALONE_SYSTEM_SERVER_JARS
After the change, the list contains all the jars that system_server loaded dynamically. Bug: 203198541 Test: m nothing Change-Id: I4e404c48e2df052fff077649609050af4897dca3
This commit is contained in:
parent
ea3444a05d
commit
b27bb3b16d
1 changed files with 2 additions and 0 deletions
|
@ -87,7 +87,9 @@ PRODUCT_STANDALONE_SYSTEM_SERVER_JARS := \
|
|||
PRODUCT_APEX_STANDALONE_SYSTEM_SERVER_JARS := \
|
||||
com.android.os.statsd:service-statsd \
|
||||
com.android.scheduling:service-scheduling \
|
||||
com.android.supplementalprocess:service-supplementalprocess \
|
||||
com.android.tethering:service-connectivity \
|
||||
com.android.uwb:service-uwb \
|
||||
com.android.wifi:service-wifi \
|
||||
|
||||
# Minimal configuration for running dex2oat (default argument values).
|
||||
|
|
Loading…
Reference in a new issue