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
This commit is contained in:
Alex Light
2017-08-30 15:06:05 -07:00
parent 5ade8a859d
commit b8bee63fa2

View File

@@ -36,5 +36,6 @@ optional_subdirs = [
"system/tools/*",
"test/vts",
"test/vts-testcase/*",
"tools/*",
"vendor/*/*",
]