From 30abcad0910ff6828eddbd62bdc30faf8f05cdc1 Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Thu, 6 Jun 2024 20:46:47 +0000 Subject: [PATCH] pw_android_toolchain: Add module metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 339741960 Change-Id: I76d1d33d5fe25bb3792efdd80ccd60787420125c Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214501 Pigweed-Auto-Submit: Kayce Basques Reviewed-by: Scott James Remnant Commit-Queue: Kayce Basques Lint: Lint 🤖 --- docs/module_metadata.json | 7 +++++++ pw_android_toolchain/docs.rst | 3 +++ 2 files changed, 10 insertions(+) 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