diff options
| author | 2014-12-05 14:08:04 -0800 | |
|---|---|---|
| committer | 2014-12-05 14:08:04 -0800 | |
| commit | 4b58cda367b47e86981c482ea1f86d1eff8cb425 (patch) | |
| tree | 2de22b581770bb83560c7f4ed3d01647d28cf95a /tests/RenderScriptTests | |
| parent | 8c9283f41083a20a82ae37eac44b79de6eb3158e (diff) | |
Remove unsed check for simulator
Change-Id: I46f134d960db330e7b6e7dbfebc84d602d3a3466
Diffstat (limited to 'tests/RenderScriptTests')
| -rw-r--r-- | tests/RenderScriptTests/Fountain_v11/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/RenderScriptTests/Fountain_v11/Android.mk b/tests/RenderScriptTests/Fountain_v11/Android.mk index fe7f9e7f55ee..ac2690cf546b 100644 --- a/tests/RenderScriptTests/Fountain_v11/Android.mk +++ b/tests/RenderScriptTests/Fountain_v11/Android.mk @@ -14,8 +14,6 @@ # limitations under the License. # -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -28,5 +26,3 @@ LOCAL_PACKAGE_NAME := Fountain_v11 LOCAL_SDK_VERSION := 11 include $(BUILD_PACKAGE) - -endif |