Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 478c566a authored by Elliott Hughes's avatar Elliott Hughes
Browse files

libcutils doesn't need to be looking at bionic's privates.

Change-Id: Ib11a0c1bdc4b85c58274b21a07aa92f958d23713
parent be18538d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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) \