Make more room for methods in framework jar

- put android.filterfw and android.filterpacks in framework2

Change-Id: I1ecc6ab833d6c6d20d976789bacfd085f4e0bff9
diff --git a/Android.mk b/Android.mk
index ee0cdc6..a7eb03d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -406,6 +406,8 @@
 # List of packages to exclude along with their descendants.
 # Overrides inclusion.
 LOCAL_JAR_EXCLUDE_PACKAGES := \
+    android.filterfw \
+    android.filterpacks \
     android.hardware
 
 # List of classes and interfaces which should be loaded by the Zygote.
@@ -426,6 +428,8 @@
 
 # List of packages to include along with their descendants.
 LOCAL_JAR_PACKAGES := \
+    android.filterfw \
+    android.filterpacks \
     android.hardware \
     com \
     javax