From b8bee63fa2c4adccf41f62769abec7aa971f1860 Mon Sep 17 00:00:00 2001 From: Alex Light Date: Wed, 30 Aug 2017 15:06:05 -0700 Subject: [PATCH] Add tools/* to subdirs for Android.bp search This is needed to build the tools/dexter project. Test: cd tools/dexter; mma -j50 Bug: 65011851 Change-Id: I7ca85cf5d9133b99e547ee2c9631bd0f9ebb4784 --- root.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/root.bp b/root.bp index 31a95fd4d..d91da6456 100644 --- a/root.bp +++ b/root.bp @@ -36,5 +36,6 @@ optional_subdirs = [ "system/tools/*", "test/vts", "test/vts-testcase/*", + "tools/*", "vendor/*/*", ]