summaryrefslogtreecommitdiffstats
path: root/tests/RenderScriptTests
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-08-15 16:03:58 -0700
committerStephen Hines <srhines@google.com>2014-08-22 01:04:43 -0700
commit28aec0ef24c12bdcec309eeed25736810fe1d115 (patch)
tree4edb15367c8f02bb2b02c3bf3e8f722db796f81a /tests/RenderScriptTests
parent7a16ffe2e5eed6d299673f8a3061f1a12b3d3ab8 (diff)
downloadframeworks_base-28aec0ef24c12bdcec309eeed25736810fe1d115.zip
frameworks_base-28aec0ef24c12bdcec309eeed25736810fe1d115.tar.gz
frameworks_base-28aec0ef24c12bdcec309eeed25736810fe1d115.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 (cherry picked from commit 8277a692be3c89519e368159e7707c8d35b89475)
Diffstat (limited to 'tests/RenderScriptTests')
-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)