pw_android_toolchain: Add module metadata

Bug: 339741960
Change-Id: I76d1d33d5fe25bb3792efdd80ccd60787420125c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214501
Pigweed-Auto-Submit: Kayce Basques <kayce@google.com>
Reviewed-by: Scott James Remnant <keybuk@google.com>
Commit-Queue: Kayce Basques <kayce@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
This commit is contained in:
Kayce Basques 2024-06-06 20:46:47 +00:00 committed by CQ Bot Account
parent 732c882e8e
commit 30abcad091
2 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,13 @@
], ],
"size": "400 to 1800 bytes" "size": "400 to 1800 bytes"
}, },
"pw_android_toolchain": {
"tagline": "GN toolchains for the Android NDK",
"status": "unstable",
"languages": [
"GN"
]
},
"pw_arduino_build": { "pw_arduino_build": {
"tagline": "Main function wrapper and build utilities for Arduino", "tagline": "Main function wrapper and build utilities for Arduino",
"status": "stable", "status": "stable",

View File

@ -3,6 +3,9 @@
-------------------- --------------------
pw_android_toolchain pw_android_toolchain
-------------------- --------------------
.. pigweed-module::
:name: pw_android_toolchain
Android toolchains differ from ``pw_toolchain`` in that the latter defines the Android toolchains differ from ``pw_toolchain`` in that the latter defines the
tool names and paths at the lowest level, with customisation added at higher tool names and paths at the lowest level, with customisation added at higher
levels, while in ``pw_android_toolchain`` the tool names and paths are derived levels, while in ``pw_android_toolchain`` the tool names and paths are derived