OSDN Git Service

Remove unsed check for simulator
authorDmitriy Ivanov <dimitry@google.com>
Fri, 5 Dec 2014 22:08:04 +0000 (14:08 -0800)
committerDmitriy Ivanov <dimitry@google.com>
Fri, 5 Dec 2014 22:08:04 +0000 (14:08 -0800)
Change-Id: I46f134d960db330e7b6e7dbfebc84d602d3a3466

tests/RenderScriptTests/Fountain_v11/Android.mk

index fe7f9e7..ac2690c 100644 (file)
@@ -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