commit | da8706fed819d600e49de497e6d2172d73f9f8d5 | [log] [tgz] |
---|---|---|
author | Andres Morales <anmorales@google.com> | Wed Apr 29 12:46:49 2015 -0700 |
committer | Andres Morales <anmorales@google.com> | Thu Apr 30 18:51:10 2015 -0700 |
tree | 5f1e1588354d70441bba215bfe01fdd7dac539c6 | |
parent | 3d7678f9d6e69f07f5d09c3d4ec00f4213a65691 [diff] [blame] |
Initial androidbp translator. Translates Android.bp files back to Android.mk Change-Id: Ib4bd1e0abc58ab514a7dd4a01008af645d6a3d13
diff --git a/Blueprints b/Blueprints index 958c79e..0a66b43 100644 --- a/Blueprints +++ b/Blueprints
@@ -182,6 +182,17 @@ ], } +bootstrap_go_binary { + name: "androidbp", + srcs: [ + "androidbp/cmd/androidbp.go", + "androidbp/cmd/soong.go", + ], + deps: [ + "blueprint-parser", + ], +} + // // C static libraries extracted from the gcc toolchain //