Pass /system/etc/updatable-bcp-packages.txt to dex2oat.

Test: aosp_taimen-userdebug boots.
Test: Check logcat for the new argument in the dex2oat
      invocations that happen on first boot.
Bug: 151314205
Change-Id: Id2a14c3810897ead213238b63aee5ff180b56397
This commit is contained in:
Vladimir Marko 2020-04-06 12:12:34 +01:00
parent 0889aaeeae
commit 09e885dc6d
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
pm.dexopt.inactive=verify \
pm.dexopt.shared=speed
# Pass file with the list of updatable boot class path packages to dex2oat.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
dalvik.vm.dex2oat-updatable-bcp-packages-file=/system/etc/updatable-bcp-packages.txt
# Enable resolution of startup const strings.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
dalvik.vm.dex2oat-resolve-startup-strings=true