OSDN Git Service

Multi-Project Commit: Move of filterfw out of system/media (3 of 7)
authorMarius Renn <renn@google.com>
Tue, 27 Mar 2012 17:46:13 +0000 (10:46 -0700)
committerMarius Renn <renn@google.com>
Tue, 27 Mar 2012 17:46:13 +0000 (10:46 -0700)
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

core/dex_preopt.mk
core/java.mk
core/pathmap.mk
target/product/core.mk

index b801ac2..38982c0 100644 (file)
@@ -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)
index 38fd6f2..eff2465 100644 (file)
@@ -29,7 +29,7 @@ ifneq ($(LOCAL_SDK_VERSION),)
   endif
 else
   ifneq ($(LOCAL_NO_STANDARD_LIBRARIES),true)
-    LOCAL_JAVA_LIBRARIES := core core-junit ext framework filterfw $(LOCAL_JAVA_LIBRARIES)
+    LOCAL_JAVA_LIBRARIES := core core-junit ext framework $(LOCAL_JAVA_LIBRARIES)
   endif
 endif
 
index 235f775..672fcec 100644 (file)
@@ -89,6 +89,9 @@ FRAMEWORKS_BASE_SUBDIRS := \
            graphics \
            location \
            media \
+           media/mca/effect \
+           media/mca/filterfw \
+           media/mca/filterpacks \
            drm \
            opengl \
            sax \
index f655904..8f6b0e7 100644 (file)
@@ -58,7 +58,6 @@ PRODUCT_PACKAGES := \
     dmtracedump \
     dx \
     ext \
-    filterfw \
     framework-res \
     hprof-conv \
     icu.dat \