From e441b9df9a68595d0dd7b8ed184aecb27c86054b Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 26 Jan 2015 16:30:13 -0800 Subject: Initial soong This creates the infrastructure that will be used to bootstrap the soong primary builder through blueprint and ninja. Change-Id: Iebed8f369e4db41b207d0b2a48a7a54a4dd7d45d --- root.bp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 root.bp (limited to 'root.bp') diff --git a/root.bp b/root.bp new file mode 100644 index 00000000..2acb742d --- /dev/null +++ b/root.bp @@ -0,0 +1,4 @@ +subdirs = [ + "build/blueprint", + "build/soong", +] -- cgit v1.2.3