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

Emil Velikov emil.l.velikov at gmail.com
Tue Feb 3 16:55:15 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>
Reviewed-by: Chad Versace <chad.versace at intel.com>
---
 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