diff options
author | Justin Ho <justinho@google.com> | 2011-09-06 13:04:36 -0700 |
---|---|---|
committer | Justin Ho <justinho@google.com> | 2011-09-06 13:04:36 -0700 |
commit | 0279b62d166c66d507f14aebfbd80c6f2c7202d7 (patch) | |
tree | 361b5af5514005c215328c2685b997b977fef622 /core/dex_preopt.mk | |
parent | 19b22a94132e3ef670d87a045afb64cfd00c13b6 (diff) | |
download | build-0279b62d166c66d507f14aebfbd80c6f2c7202d7.zip build-0279b62d166c66d507f14aebfbd80c6f2c7202d7.tar.gz build-0279b62d166c66d507f14aebfbd80c6f2c7202d7.tar.bz2 |
Updated dex-preopt BOOTCLASSPATH with values from init.rc
Bug: 5032006
Change-Id: I6ed7e55ec2b278c0d60ad4e17208480d05af61bc
Diffstat (limited to 'core/dex_preopt.mk')
-rw-r--r-- | core/dex_preopt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk index 67709f4..b801ac2 100644 --- a/core/dex_preopt.mk +++ b/core/dex_preopt.mk @@ -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) |