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

Commit 5a785719 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov Committed by Android Git Automerger
Browse files

am 4fed05b4: am f0070999: Merge "Remove unsed check for simulator"

* commit '4fed05b4':
  Remove unsed check for simulator
parents 77d3489a 4fed05b4
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -14,8 +14,6 @@
# limitations under the License.
# limitations under the License.
#
#


ifneq ($(TARGET_SIMULATOR),true)

LOCAL_PATH := $(call my-dir)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_VARS)


@@ -28,5 +26,3 @@ LOCAL_PACKAGE_NAME := Fountain_v11
LOCAL_SDK_VERSION := 11
LOCAL_SDK_VERSION := 11


include $(BUILD_PACKAGE)
include $(BUILD_PACKAGE)

endif