Merge "Exclude mtptest program from simulator builds."
This commit is contained in:
committed by
Android (Google) Code Review
commit
8d64c9bbce
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user