unplugged-system/prebuilts/clang-tools
2025-10-06 13:59:42 +00:00
..
darwin-x86 Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
linux-x86 Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
build-prebuilts.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
BUILD.bazel Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
manifest.xml Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
update-prebuilts.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Prebuilts for Clang/LLVM-based tools used in Android

For the latest version of this doc, please make sure to visit: Android Clang/LLVM-based Tools Readme Doc

Build Instructions

$ mkdir clang-tools && cd clang-tools
$ repo init -u https://android.googlesource.com/platform/manifest -b clang-tools
$ repo sync -c
$ OUT_DIR=out prebuilts/clang-tools/build-prebuilts.sh

Update Prebuilts

From an AOSP main tree or a clang-tools tree run:

$ prebuilts/clang-tools/update-prebuilts.sh \
    <build-id from go/ab/aosp-clang-tools>