From 478c566a90233efd868172ad0300c60e45fdb374 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 10 Oct 2013 09:50:56 -0700 Subject: libcutils doesn't need to be looking at bionic's privates. Change-Id: Ib11a0c1bdc4b85c58274b21a07aa92f958d23713 --- libcutils/Android.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libcutils') 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 -# -libcutils_c_includes := bionic/libc/private - include $(CLEAR_VARS) LOCAL_MODULE := libcutils LOCAL_SRC_FILES := $(commonSources) \ -- cgit v1.1