summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt.mk
diff options
context:
space:
mode:
authorMarius Renn <renn@google.com>2012-03-27 10:46:13 -0700
committerMarius Renn <renn@google.com>2012-03-27 10:46:13 -0700
commitfe97fe9e9f57224ea29e67ad9e367241ac8f10b8 (patch)
treef6f11394ff164a93c179a2fbe1170db1874997a4 /core/dex_preopt.mk
parent9bf081e910eae44c0a6a1342881f04a2cf4dc36b (diff)
downloadbuild-fe97fe9e9f57224ea29e67ad9e367241ac8f10b8.zip
build-fe97fe9e9f57224ea29e67ad9e367241ac8f10b8.tar.gz
build-fe97fe9e9f57224ea29e67ad9e367241ac8f10b8.tar.bz2
Multi-Project Commit: Move of filterfw out of system/media (3 of 7)
This is part of the multi-project commit to move the filter-framework from system/media/mca to frameworks/base/media/mca. Note that the filter-framework will soon be replaced with a refactored version currently under API review (also to go under frameworks/base). This move is done now to unblock the PDK efforts. Change-Id: I3d12882239e0bb66e11d3fb5ec952cc474be4f0a
Diffstat (limited to 'core/dex_preopt.mk')
-rw-r--r--core/dex_preopt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt.mk b/core/dex_preopt.mk
index b801ac2..38982c0 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:core-junit:bouncycastle:ext:framework:android.policy:services:apache-xml:filterfw
+DEXPREOPT_BOOT_JARS := core:core-junit:bouncycastle:ext:framework:android.policy:services:apache-xml
DEXPREOPT_BOOT_JARS_MODULES := $(subst :, ,$(DEXPREOPT_BOOT_JARS))
DEXPREOPT_BUILD_DIR := $(OUT_DIR)