summaryrefslogtreecommitdiffstats
path: root/samples/RenderScript/Fountain/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/RenderScript/Fountain/Android.mk')
-rw-r--r--samples/RenderScript/Fountain/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/RenderScript/Fountain/Android.mk b/samples/RenderScript/Fountain/Android.mk
index ecc330c87..2049ecfa4 100644
--- a/samples/RenderScript/Fountain/Android.mk
+++ b/samples/RenderScript/Fountain/Android.mk
@@ -21,6 +21,9 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
+# TODO: build fails with this set
+# LOCAL_SDK_VERSION := current
+
LOCAL_PACKAGE_NAME := RsFountain
include $(BUILD_PACKAGE)