From c466cce9481d92fdd6ff9e0fc3a04513e22e3a34 Mon Sep 17 00:00:00 2001 From: Jeff Gaston Date: Tue, 8 Aug 2017 17:35:37 -0700 Subject: [PATCH] Point root.bp at build/make/tools instead of build/tools Bug: 64397960 Test: m -j Change-Id: Iac06584b871634f59a7d1a15c743ec8e4901a5d0 --- root.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.bp b/root.bp index 7e22a550b..582552e41 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/*/*",