Merge "Install dexpreopt artifacts of SpeedApps in system_other" into main am: b48f55eed5
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3148968 Change-Id: I05f1f692cae3f01707836707e04503115d1d0c1e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -527,7 +527,7 @@ func OdexOnSystemOtherByName(name string, dexLocation string, global *GlobalConf
|
||||
return false
|
||||
}
|
||||
|
||||
if contains(global.SpeedApps, name) || contains(global.SystemServerApps, name) {
|
||||
if contains(global.SystemServerApps, name) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user