summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-07-21 14:40:42 -0700
committerYing Wang <wangying@google.com>2014-07-21 15:23:14 -0700
commit88e199045bbe10296124203837b24dea116bf108 (patch)
tree025a6733eaa53585970f3abcb6ac9a1e1ccacedc /packages/PrintSpooler/Android.mk
parente5bcff624fb58b6f95be8ddff7f5b6b3bf5d19c7 (diff)
downloadframeworks_base-88e199045bbe10296124203837b24dea116bf108.zip
frameworks_base-88e199045bbe10296124203837b24dea116bf108.tar.gz
frameworks_base-88e199045bbe10296124203837b24dea116bf108.tar.bz2
Build framework.jar with multidex support.
We don't need the framework/framework2 split now with the multidex support. Change-Id: I30ee5c7e24df87b2c54e854f17fbf0b5adef4c60
Diffstat (limited to 'packages/PrintSpooler/Android.mk')
-rw-r--r--packages/PrintSpooler/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/PrintSpooler/Android.mk b/packages/PrintSpooler/Android.mk
index a3a1f8c..3fbd4d8 100644
--- a/packages/PrintSpooler/Android.mk
+++ b/packages/PrintSpooler/Android.mk
@@ -22,8 +22,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := PrintSpooler
-LOCAL_JAVA_LIBRARIES := framework-base
-
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v7-recyclerview
include $(BUILD_PACKAGE)