summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-10-10 17:00:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-10-10 17:00:46 +0000
commit9b8a929dc4375b91dde2e8d34df1b0b485ae3b23 (patch)
tree0ecd11f5effdce8f1d1a714eb5efa34308822024
parentbe18538d4373364b6c9b1149a24974976169f52f (diff)
parent478c566a90233efd868172ad0300c60e45fdb374 (diff)
downloadsystem_core-9b8a929dc4375b91dde2e8d34df1b0b485ae3b23.zip
system_core-9b8a929dc4375b91dde2e8d34df1b0b485ae3b23.tar.gz
system_core-9b8a929dc4375b91dde2e8d34df1b0b485ae3b23.tar.bz2
Merge "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 7117103..6207f1f 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -106,11 +106,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) \