aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-01-26 16:30:13 -0800
committerColin Cross <ccross@android.com>2015-03-04 16:13:27 -0800
commite441b9df9a68595d0dd7b8ed184aecb27c86054b (patch)
treee625df0fbd1dde9000c7da039b4242899acf249f /root.bp
parent8a051b802fa5e9ffa350cd732663849f44502c76 (diff)
downloadbuild_soong-e441b9df9a68595d0dd7b8ed184aecb27c86054b.tar.gz
build_soong-e441b9df9a68595d0dd7b8ed184aecb27c86054b.tar.bz2
build_soong-e441b9df9a68595d0dd7b8ed184aecb27c86054b.zip
Initial soong
This creates the infrastructure that will be used to bootstrap the soong primary builder through blueprint and ninja. Change-Id: Iebed8f369e4db41b207d0b2a48a7a54a4dd7d45d
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp4
1 files changed, 4 insertions, 0 deletions
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",
+]