Merge "Exclude mtptest program from simulator builds."

This commit is contained in:
Mike Lockwood
2010-05-13 13:29:28 -07:00
committed by Android (Google) Code Review

View File

@@ -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)