commit | e441b9df9a68595d0dd7b8ed184aecb27c86054b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jan 26 16:30:13 2015 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Mar 04 16:13:27 2015 -0800 |
tree | e625df0fbd1dde9000c7da039b4242899acf249f | |
parent | 8a051b802fa5e9ffa350cd732663849f44502c76 [diff] [blame] |
Initial soong This creates the infrastructure that will be used to bootstrap the soong primary builder through blueprint and ninja. Change-Id: Iebed8f369e4db41b207d0b2a48a7a54a4dd7d45d
diff --git a/root.bp b/root.bp new file mode 100644 index 0000000..2acb742 --- /dev/null +++ b/root.bp
@@ -0,0 +1,4 @@ +subdirs = [ + "build/blueprint", + "build/soong", +]