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

Commit 18ff7b4c authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Exclude mtptest program from simulator builds.



Change-Id: Ia9751a06d7607363e8c16b71f6f3c524833395a0
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 56118b5b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
#
LOCAL_PATH:= $(call my-dir)

ifneq ($(TARGET_SIMULATOR),true)

include $(CLEAR_VARS)

LOCAL_SRC_FILES:=                                       \
@@ -42,6 +44,8 @@ LOCAL_SHARED_LIBRARIES := libutils libsqlite

include $(BUILD_EXECUTABLE)

endif

ifeq ($(HOST_OS),linux)

include $(CLEAR_VARS)