From 5489bd5380634b6463b599c11fdf47661fa48dc0 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 8 Apr 2024 02:00:30 +0100 Subject: [PATCH] Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a33789 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# tree-sitter-blueprint + +Tree-sitter grammar for [Blueprint][blueprint-aosp], the meta-build system used +in AOSP for its `Android.bp` files. + +[blueprint-aosp]: https://android.googlesource.com/platform/build/blueprint/