Add tools to subdirs

because once the Android.bp finder is enabled, it will be found anyway,
and this will allow us to confirm separately that adding this Android.bp
is successful.

Bug: 64363847
Test: m -j
Change-Id: Id4593099cdb3d839054700cc198f6c808c3c6642
Merged-In: Id4593099cdb3d839054700cc198f6c808c3c6642
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp
index 28b8ab3..0b8cec3 100644
--- a/libs/ui/Android.bp
+++ b/libs/ui/Android.bp
@@ -106,4 +106,7 @@
     ],
 }
 
-subdirs = ["tests"]
+subdirs = [
+    "tests",
+    "tools",
+]