From ad1b0c8c4c86075e3594aa951b4ae2c776f9db1f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 27 Jan 2015 23:47:41 +0000 Subject: android: include gl_basic & wflinfo to the build Both targets have their respective build scripts yet the top Android.mk does not include them. As such attempting to build them (m wflinfo) leads to an error - No rule to make target 'wflinfo'. Stop. Signed-off-by: Emil Velikov Reviewed-by: Chad Versace (cherry picked from commit 60e21362ea6d3e2265f8753217d1f0100055431c) --- Android.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.mk b/Android.mk index 810508f..3abfd8e 100644 --- a/Android.mk +++ b/Android.mk @@ -101,3 +101,10 @@ LOCAL_COPY_HEADERS := \ LOCAL_COPY_HEADERS_TO := waffle-$(waffle_major_version) include $(BUILD_SHARED_LIBRARY) + +SUBDIRS := \ + examples \ + src/utils + +mkfiles := $(patsubst %,$(waffle_top)/%/Android.mk,$(SUBDIRS)) +include $(mkfiles) -- cgit v1.2.3