Merge "Updated dex-preopt BOOTCLASSPATH with values from init.rc Bug: 5032006"

This commit is contained in:
Justin Ho 2011-09-06 13:18:22 -07:00 committed by Android (Google) Code Review
commit 0f2e55e47d
1 changed files with 1 additions and 1 deletions

View File

@ -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)