commit | 1d6a0403a5a2a15f9b93c4d018bf3a3f47eaedf6 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Wed Oct 25 00:35:57 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 25 00:35:57 2017 +0000 |
tree | 20d6fd2ff7d653504d32d5424b16c0813857e124 | |
parent | 52da663d0a585162fe2adae203f0dd12356cdfae [diff] | |
parent | 0f4b7a282d2a8dc6f54ec041e436a7c0e820e728 [diff] |
Merge "Add tools to subdirs"
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp index 35e4356..e47d2b8 100644 --- a/libs/ui/Android.bp +++ b/libs/ui/Android.bp
@@ -111,4 +111,7 @@ ], } -subdirs = ["tests"] +subdirs = [ + "tests", + "tools", +]