diff options
| author | 2010-05-13 13:29:28 -0700 | |
|---|---|---|
| committer | 2010-05-13 13:29:28 -0700 | |
| commit | 8d64c9bbcef14f94dc3fe41e69a54ba3ec0222cf (patch) | |
| tree | d28aea6b5d340985b1b15ed869d9374a1cdff244 | |
| parent | a5a51a76b222e86b8c05af8caa9e5d1f1fa08de5 (diff) | |
| parent | 18ff7b4c37d9cd230687269d8b65330d9b78db4a (diff) | |
Merge "Exclude mtptest program from simulator builds."
| -rw-r--r-- | media/mtp/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media/mtp/Android.mk b/media/mtp/Android.mk index b9da15f1b00b..4d86064e73d2 100644 --- a/media/mtp/Android.mk +++ b/media/mtp/Android.mk @@ -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) |