Skip to content

Commit 039d584

Browse files
committed
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)
1 parent 6fb5fdc commit 039d584

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/layoutlib/create/Android.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ LOCAL_MODULE := layoutlib_create
2626

2727
include $(BUILD_HOST_JAVA_LIBRARY)
2828

29+
# Build all sub-directories
30+
include $(call all-makefiles-under,$(LOCAL_PATH))
31+

0 commit comments

Comments
 (0)