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

Commit 1a987b8e authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Try to fix the sim build.



Change-Id: I6e94c938263b2fd1931ed60c26af1134ff035455
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 69bcec0a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)

ifneq ($(TARGET_SIMULATOR),true)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
@@ -17,6 +19,8 @@ LOCAL_STATIC_LIBRARIES := libmtp libusbhost libutils libcutils

include $(BUILD_EXECUTABLE)

endif

ifeq ($(HOST_OS),linux)

include $(CLEAR_VARS)