Remove unsed check for simulator

Change-Id: I46f134d960db330e7b6e7dbfebc84d602d3a3466
This commit is contained in:
Dmitriy Ivanov
2014-12-05 14:08:04 -08:00
parent 8c9283f410
commit 4b58cda367

View 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