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

Commit 07233940 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Try to fix the simulator build.



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

ifneq ($(TARGET_SIMULATOR),true)

include $(CLEAR_VARS)

LOCAL_SRC_FILES:=                                       \
@@ -49,6 +47,8 @@ LOCAL_CFLAGS := -DMTP_DEVICE -DMTP_HOST

include $(BUILD_STATIC_LIBRARY)

ifneq ($(TARGET_SIMULATOR),true)

include $(CLEAR_VARS)

LOCAL_SRC_FILES:=                                       \
@@ -65,8 +65,6 @@ LOCAL_STATIC_LIBRARIES := libmtp

include $(BUILD_EXECUTABLE)

endif

include $(CLEAR_VARS)

LOCAL_MODULE := scantest
@@ -88,8 +86,9 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES := external/sqlite/dist
LOCAL_SHARED_LIBRARIES := libutils libsqlite libstagefright libmedia


LOCAL_CFLAGS := -g
LOCAL_LDFLAGS := -g

include $(BUILD_EXECUTABLE)

endif