aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-08-08 17:35:37 -0700
committerJeff Gaston <jeffrygaston@google.com>2017-08-08 17:46:14 -0700
commitc466cce9481d92fdd6ff9e0fc3a04513e22e3a34 (patch)
tree9757d3fc4b7e3a95ea0832e0861e7684628b4132 /root.bp
parent998d9eb6b97eb3a8fed4782a9f81e1e986e8b4b3 (diff)
downloadbuild_soong-c466cce9481d92fdd6ff9e0fc3a04513e22e3a34.tar.gz
build_soong-c466cce9481d92fdd6ff9e0fc3a04513e22e3a34.tar.bz2
build_soong-c466cce9481d92fdd6ff9e0fc3a04513e22e3a34.zip
Point root.bp at build/make/tools instead of build/tools
Bug: 64397960 Test: m -j Change-Id: Iac06584b871634f59a7d1a15c743ec8e4901a5d0
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/root.bp b/root.bp
index 7e22a550..582552e4 100644
--- a/root.bp
+++ b/root.bp
@@ -13,7 +13,7 @@ optional_subdirs = [
"bionic",
"bootable/recovery",
"build/kati",
- "build/tools/*",
+ "build/make/tools/*",
"dalvik",
"development/*",
"device/*/*",