From: Christopher N. Hesse Date: Sat, 30 Jul 2016 17:47:13 +0000 (+0200) Subject: libril: Remove unused include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f9e2a71f89be10076c5e60079ef938dac2c3a469;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung.git 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 --- 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