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

Commit f0070999 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov Committed by Gerrit Code Review
Browse files

Merge "Remove unsed check for simulator"

parents 9d6fa062 4b58cda3
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