summaryrefslogtreecommitdiffstats
path: root/tests/RenderScriptTests/FountainFbo
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-08-15 16:03:58 -0700
committerStephen Hines <srhines@google.com>2014-08-20 17:20:51 -0700
commitd4a4b452bc422b6bc9b22cacf54e9e3105c98925 (patch)
tree60abb11a3a5cb9f3208f5a2730dc79a7b7a059fe /tests/RenderScriptTests/FountainFbo
parent38dd601d0abd92a9010aa8e894f6490b445f129b (diff)
downloadframeworks_base-d4a4b452bc422b6bc9b22cacf54e9e3105c98925.zip
frameworks_base-d4a4b452bc422b6bc9b22cacf54e9e3105c98925.tar.gz
frameworks_base-d4a4b452bc422b6bc9b22cacf54e9e3105c98925.tar.bz2
We need to specify a target SDK < 21 to use graphics RS.
Bug: 16031597 This change also removes some unnecessary code from ScriptC construction. Change-Id: I6680109deb34de841dfade769d556f5060aee423
Diffstat (limited to 'tests/RenderScriptTests/FountainFbo')
-rw-r--r--tests/RenderScriptTests/FountainFbo/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/RenderScriptTests/FountainFbo/Android.mk b/tests/RenderScriptTests/FountainFbo/Android.mk
index 4535eb1..c0f3323 100644
--- a/tests/RenderScriptTests/FountainFbo/Android.mk
+++ b/tests/RenderScriptTests/FountainFbo/Android.mk
@@ -25,5 +25,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-fil
# LOCAL_SDK_VERSION := current
LOCAL_PACKAGE_NAME := RsFountainFbo
+LOCAL_SDK_VERSION := 14
include $(BUILD_PACKAGE)