summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-10-10 10:40:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-10 10:40:11 -0700
commit6891df7a651a6f311121e119be7c69b1920ced14 (patch)
tree2053b006b29d90260ceb9254ad061cc6ca2f9704
parent7f7b12b8ebba299868505984d6cf15b11f75aadf (diff)
parent45ddf184960225862c6e178588034cce676683e3 (diff)
downloadsystem_core-6891df7a651a6f311121e119be7c69b1920ced14.zip
system_core-6891df7a651a6f311121e119be7c69b1920ced14.tar.gz
system_core-6891df7a651a6f311121e119be7c69b1920ced14.tar.bz2
am 45ddf184: am 9b8a929d: Merge "libcutils doesn\'t need to be looking at bionic\'s privates."
* commit '45ddf184960225862c6e178588034cce676683e3': libcutils doesn't need to be looking at bionic's privates.
-rw-r--r--libcutils/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 9111674..f8dda36 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -96,11 +96,6 @@ include $(BUILD_HOST_STATIC_LIBRARY)
# Shared and static library for target
# ========================================================
-# This is needed in LOCAL_C_INCLUDES to access the C library's private
-# header named <bionic_time.h>
-#
-libcutils_c_includes := bionic/libc/private
-
include $(CLEAR_VARS)
LOCAL_MODULE := libcutils
LOCAL_SRC_FILES := $(commonSources) \