summaryrefslogtreecommitdiffstats
path: root/libcutils/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-10-10 09:50:56 -0700
committerElliott Hughes <enh@google.com>2013-10-10 09:50:56 -0700
commit478c566a90233efd868172ad0300c60e45fdb374 (patch)
tree0ecd11f5effdce8f1d1a714eb5efa34308822024 /libcutils/Android.mk
parentbe18538d4373364b6c9b1149a24974976169f52f (diff)
downloadsystem_core-478c566a90233efd868172ad0300c60e45fdb374.zip
system_core-478c566a90233efd868172ad0300c60e45fdb374.tar.gz
system_core-478c566a90233efd868172ad0300c60e45fdb374.tar.bz2
libcutils doesn't need to be looking at bionic's privates.
Change-Id: Ib11a0c1bdc4b85c58274b21a07aa92f958d23713
Diffstat (limited to 'libcutils/Android.mk')
-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) \