summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2012-01-13 14:34:21 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-13 14:34:21 -0800
commit347175d2b0b84a2e2ea779fefdff003a8746acfd (patch)
treeacd849d8d827faa76addc2e2783644a486dac32e
parentb97c8dd6eb340442ce71481a512bcef4a4e41536 (diff)
parentd615f34b565bce98e202397240448845b934e596 (diff)
downloadframeworks_base-347175d2b0b84a2e2ea779fefdff003a8746acfd.zip
frameworks_base-347175d2b0b84a2e2ea779fefdff003a8746acfd.tar.gz
frameworks_base-347175d2b0b84a2e2ea779fefdff003a8746acfd.tar.bz2
am d615f34b: Merge "media/mtp: Add missing LOCAL_C_INCLUDES"
* commit 'd615f34b565bce98e202397240448845b934e596': 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 e590bab..fc7fc4f 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)