summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David 'Digit' Turner <digit@google.com> 2012-01-13 14:32:50 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-01-13 14:32:50 -0800
commitd615f34b565bce98e202397240448845b934e596 (patch)
tree98771683a579df1ec97d0be4713143ae699d74c7
parentd36f7d249591559e713a8ca45c6d452c14c94895 (diff)
parent3203f2af9425f13ce2c4d99233a5fcdce6a0989c (diff)
Merge "media/mtp: Add missing LOCAL_C_INCLUDES"
-rw-r--r--media/mtp/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/mtp/Android.mk b/media/mtp/Android.mk
index e590babb485e..fc7fc4fcb03b 100644
--- a/media/mtp/Android.mk
+++ b/media/mtp/Android.mk
@@ -39,6 +39,9 @@ LOCAL_MODULE:= libmtp
LOCAL_CFLAGS := -DMTP_DEVICE -DMTP_HOST
+# Needed for <bionic_time.h>
+LOCAL_C_INCLUDES := bionic/libc/private
+
LOCAL_SHARED_LIBRARIES := libutils libcutils libusbhost libbinder
include $(BUILD_SHARED_LIBRARY)