summaryrefslogtreecommitdiffstats
path: root/media/mtp/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/Android.mk')
-rw-r--r--media/mtp/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/media/mtp/Android.mk b/media/mtp/Android.mk
index 4659709..40adf18 100644
--- a/media/mtp/Android.mk
+++ b/media/mtp/Android.mk
@@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+
+ifneq ($(TARGET_SIMULATOR),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -41,3 +44,5 @@ LOCAL_MODULE:= libmtp
LOCAL_CFLAGS := -DMTP_DEVICE -DMTP_HOST
include $(BUILD_STATIC_LIBRARY)
+
+endif