summaryrefslogtreecommitdiffstats
path: root/percent
diff options
context:
space:
mode:
authorDaniel Sikorski <dadi.sikorski@gmail.com>2016-03-20 15:01:58 -0700
committerDaniel Sikorski <dadi.sikorski@gmail.com>2016-03-20 15:04:45 -0700
commite05dca1bdb2e49bb22d4d158bee10d22360f83d9 (patch)
tree257271dbe88ad736db1b9f69882a0e07dfb05670 /percent
parent9ac291bad6edb745d68aab9baf0465c3323d8e4e (diff)
downloadandroid_frameworks_support-cm-13.0.tar.gz
android_frameworks_support-cm-13.0.tar.bz2
android_frameworks_support-cm-13.0.zip
thanks @carliv Change-Id: I10d02c520af0cae344bb94031fa3bf2fa315a947
Diffstat (limited to 'percent')
-rw-r--r--percent/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/percent/Android.mk b/percent/Android.mk
index bc268c38b0..d467dbdec3 100644
--- a/percent/Android.mk
+++ b/percent/Android.mk
@@ -21,7 +21,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android-support-percent-res
LOCAL_SDK_VERSION := current
-LOCAL_SRC_FILES := $(call all-java-files-under, dummy)
+LOCAL_SRC_FILES :=
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_JAR_EXCLUDE_FILES := none
include $(BUILD_STATIC_JAVA_LIBRARY)