summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-07-08 15:01:36 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-07-08 22:16:00 +0000
commit6828cd5bc4ba48f5ffebcfd6821899740defe9ed (patch)
tree18a1e75f9e23964da093fb51f07dc246ab7273db /Android.mk
parent68264182ebf7f233928637968f98c0f335103b9a (diff)
downloadframeworks_base-6828cd5bc4ba48f5ffebcfd6821899740defe9ed.zip
frameworks_base-6828cd5bc4ba48f5ffebcfd6821899740defe9ed.tar.gz
frameworks_base-6828cd5bc4ba48f5ffebcfd6821899740defe9ed.tar.bz2
Make more room for methods in framework jar
- put android.filterfw and android.filterpacks in framework2 Change-Id: I1ecc6ab833d6c6d20d976789bacfd085f4e0bff9
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ee0cdc6..a7eb03d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -406,6 +406,8 @@ LOCAL_JAR_PACKAGES := \
# 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 @@ LOCAL_DX_FLAGS := --core-library
# List of packages to include along with their descendants.
LOCAL_JAR_PACKAGES := \
+ android.filterfw \
+ android.filterpacks \
android.hardware \
com \
javax