From f9e2a71f89be10076c5e60079ef938dac2c3a469 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Sat, 30 Jul 2016 19:47:13 +0200 Subject: libril: Remove unused include If someone needs this, it has to be fixed to read TARGET_OUT_HEADERS (notice the extra 's'). We are only getting away with it right now because M ignores empty include paths, but N will barf on this. Change-Id: I7f010398a40ebaf6811a58a121590944445fbcba --- ril/libril/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/ril/libril/Android.mk b/ril/libril/Android.mk index 9d8da96..3e59bb5 100644 --- a/ril/libril/Android.mk +++ b/ril/libril/Android.mk @@ -37,7 +37,6 @@ LOCAL_CFLAGS += -DNEEDS_VIDEO_CALL_FIELD endif LOCAL_C_INCLUDES += $(LOCAL_PATH)/include -LOCAL_C_INCLUDES += $(TARGET_OUT_HEADER)/librilutils LOCAL_C_INCLUDES += external/nanopb-c LOCAL_MODULE:= libril -- cgit v1.2.3