summaryrefslogtreecommitdiffstats
path: root/framesequence/Android.mk
diff options
context:
space:
mode:
authorChris Craik <ccraik@android.com>2015-04-03 14:51:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-03 14:51:28 +0000
commit3b108af8b10f11a6186c130dcd1ab647369b1985 (patch)
treee1dd492aacd5956cbb432bc2dda7c7c60b0de717 /framesequence/Android.mk
parentd9e79df27877ea2b7bf55044f4bde687f28a6ac5 (diff)
parent315c8a384c4ca2a5670b9eed407caa5dea6c1ce0 (diff)
downloadandroid_frameworks_ex-3b108af8b10f11a6186c130dcd1ab647369b1985.tar.gz
android_frameworks_ex-3b108af8b10f11a6186c130dcd1ab647369b1985.tar.bz2
android_frameworks_ex-3b108af8b10f11a6186c130dcd1ab647369b1985.zip
am 315c8a38: am d90222ba: Merge "Adding Bytebuffer support to rastermill library"
* commit '315c8a384c4ca2a5670b9eed407caa5dea6c1ce0': Adding Bytebuffer support to rastermill library
Diffstat (limited to 'framesequence/Android.mk')
-rw-r--r--framesequence/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/framesequence/Android.mk b/framesequence/Android.mk
index cc2c16c..1b3cf2d 100644
--- a/framesequence/Android.mk
+++ b/framesequence/Android.mk
@@ -21,6 +21,8 @@ LOCAL_MODULE := android-common-framesequence
LOCAL_SDK_VERSION := 8
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+
include $(BUILD_STATIC_JAVA_LIBRARY)
include $(call all-makefiles-under, $(LOCAL_PATH))