From 7f19f37443f35f2fdd50f31bcc9263c002dab424 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 1 Nov 2016 11:10:25 -0700 Subject: Move globbing to Blueprint Move Soong's globbing-with-dependencies support into Blueprint so it can be used for subdirs= lines in Android.bp files. Blueprint has a slight change in behavior around subname= lines, it now always uses the subname and doesn't fall back to Blueprints. To support the Blueprints files in build/blueprint, use them directly with build=. Test: build, add source file that matches glob, rebuild Change-Id: Ifd0b0d3bc061aae0a16d6c7ca9a1cd8672656b4d --- root.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'root.bp') diff --git a/root.bp b/root.bp index d82e09d2..76e7aee7 100644 --- a/root.bp +++ b/root.bp @@ -1,7 +1,10 @@ subname = "Android.bp" +build = [ + "build/blueprint/Blueprints", +] + subdirs = [ - "build/blueprint", "build/soong", ] -- cgit v1.2.3