diff options
| author | Stephen Hines <srhines@google.com> | 2014-08-15 16:03:58 -0700 |
|---|---|---|
| committer | Stephen Hines <srhines@google.com> | 2014-08-20 17:20:51 -0700 |
| commit | d4a4b452bc422b6bc9b22cacf54e9e3105c98925 (patch) | |
| tree | 60abb11a3a5cb9f3208f5a2730dc79a7b7a059fe /tests/RenderScriptTests/FountainFbo | |
| parent | 38dd601d0abd92a9010aa8e894f6490b445f129b (diff) | |
| download | frameworks_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.mk | 1 |
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) |
