From 039d5849ea3acd011e0c3dc75e1cfa24e0162b49 Mon Sep 17 00:00:00 2001 From: Deepanshu Gupta Date: Mon, 8 Sep 2014 18:38:57 -0700 Subject: [PATCH] Build layoutlib create tests as part of sdk build. [DO NOT MERGE] LayoutLib Create tests are now built whenever LayoutLib create is built. Change-Id: Id215e8690e435019579dba1734090a0d585f37e1 (cherry picked from commit 4efe6264f1251fa200427f54ea6f5dd4c4d03665) --- tools/layoutlib/create/Android.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/layoutlib/create/Android.mk b/tools/layoutlib/create/Android.mk index 9bd48ab7fdddd..e6f0bc306b072 100644 --- a/tools/layoutlib/create/Android.mk +++ b/tools/layoutlib/create/Android.mk @@ -26,3 +26,6 @@ LOCAL_MODULE := layoutlib_create include $(BUILD_HOST_JAVA_LIBRARY) +# Build all sub-directories +include $(call all-makefiles-under,$(LOCAL_PATH)) +