From 3a869a8d4c16710d0ff211c667ac79b0b871e5da Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Mon, 28 Apr 2014 02:23:49 -0500 Subject: Fix liblight build. Due to kernel headers not being included in the build path anymore (or being there at all actually), they need to be added on a per-section basis I guess? liblight needs (at least...) linux/leds-an30259a.h --- liblight/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'liblight') diff --git a/liblight/Android.mk b/liblight/Android.mk index b6c3144..159d91f 100755 --- a/liblight/Android.mk +++ b/liblight/Android.mk @@ -26,6 +26,8 @@ LOCAL_SHARED_LIBRARIES := liblog LOCAL_MODULE := lights.tuna +LOCAL_C_INCLUDES := $(LOCAL_PATH)/../kernel-headers + LOCAL_MODULE_TAGS := optional include $(BUILD_SHARED_LIBRARY) -- cgit v1.1