[waffle] [PATCH 2/3] android: include gl_basic & wflinfo to the build

Emil Velikov emil.l.velikov at gmail.com
Wed Jan 28 04:08:39 PST 2015


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 <emil.l.velikov at gmail.com>
---

A would be nice for the main branches, as it gives us an easy check 
if/when the built library is dud.
 
 Android.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Android.mk b/Android.mk
index 427d840..b7865ed 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)
-- 
2.1.3



More information about the waffle mailing list