summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-06-15 18:37:40 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-06-16 00:23:10 +0200
commitb138773bdbdb420b6c1e727bf7a5084511907b4e (patch)
treed5b98ffb8d497a48846cb042eb265363798b794a /Android.mk
parent5e4fc6d212bac1f1825b5ecc31073eff4bbcbf9b (diff)
Add backlight support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1c541f7..9176697 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,3 +30,5 @@ $(LOCAL_BUILT_MODULE):
$(hide) echo "Linking $(CAMERA_LIB) <- $(CAMERA_DEFAULT)"
$(hide) mkdir -p $(TARGET_OUT_SHARED_LIBRARIES)/hw
$(hide) ln -sf $(CAMERA_LIB) $(CAMERA_DEFAULT)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))