diff --git a/docs/module_metadata.json b/docs/module_metadata.json index 0d3ae9689..59c009450 100644 --- a/docs/module_metadata.json +++ b/docs/module_metadata.json @@ -14,6 +14,13 @@ ], "size": "400 to 1800 bytes" }, + "pw_android_toolchain": { + "tagline": "GN toolchains for the Android NDK", + "status": "unstable", + "languages": [ + "GN" + ] + }, "pw_arduino_build": { "tagline": "Main function wrapper and build utilities for Arduino", "status": "stable", diff --git a/pw_android_toolchain/docs.rst b/pw_android_toolchain/docs.rst index 1a79c2621..14f723bf1 100644 --- a/pw_android_toolchain/docs.rst +++ b/pw_android_toolchain/docs.rst @@ -3,6 +3,9 @@ -------------------- pw_android_toolchain -------------------- +.. pigweed-module:: + :name: pw_android_toolchain + 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 levels, while in ``pw_android_toolchain`` the tool names and paths are derived