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
tirimbino
Christopher N. Hesse 9 years ago
parent 43a5d87023
commit f9e2a71f89
  1. 1
      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

Loading…
Cancel
Save