aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Gaston2017-08-08 19:35:37 -0500
committerJeff Gaston2017-08-08 19:46:14 -0500
commitc466cce9481d92fdd6ff9e0fc3a04513e22e3a34 (patch)
tree9757d3fc4b7e3a95ea0832e0861e7684628b4132 /root.bp
parent998d9eb6b97eb3a8fed4782a9f81e1e986e8b4b3 (diff)
downloadplatform-build-soong-c466cce9481d92fdd6ff9e0fc3a04513e22e3a34.tar.gz
platform-build-soong-c466cce9481d92fdd6ff9e0fc3a04513e22e3a34.tar.xz
platform-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 = [
13 "bionic", 13 "bionic",
14 "bootable/recovery", 14 "bootable/recovery",
15 "build/kati", 15 "build/kati",
16 "build/tools/*", 16 "build/make/tools/*",
17 "dalvik", 17 "dalvik",
18 "development/*", 18 "development/*",
19 "device/*/*", 19 "device/*/*",