forked from openkylin/platform_build
Updated dex-preopt BOOTCLASSPATH with values from init.rc
Bug: 5032006 Change-Id: I6ed7e55ec2b278c0d60ad4e17208480d05af61bc
This commit is contained in:
parent
19b22a9413
commit
0279b62d16
|
@ -4,7 +4,7 @@
|
|||
####################################
|
||||
|
||||
# TODO: replace it with device's BOOTCLASSPATH
|
||||
DEXPREOPT_BOOT_JARS := core:apache-xml:bouncycastle:ext:framework:android.policy:services:core-junit:filterfw
|
||||
DEXPREOPT_BOOT_JARS := core:core-junit:bouncycastle:ext:framework:android.policy:services:apache-xml:filterfw
|
||||
DEXPREOPT_BOOT_JARS_MODULES := $(subst :, ,$(DEXPREOPT_BOOT_JARS))
|
||||
|
||||
DEXPREOPT_BUILD_DIR := $(OUT_DIR)
|
||||
|
|
Loading…
Reference in New Issue