Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b58cda3 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov
Browse files

Remove unsed check for simulator

Change-Id: I46f134d960db330e7b6e7dbfebc84d602d3a3466
parent 8c9283f4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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