Support abi check in bazel.

Bug: 253498204
Test: Manual and unit test.
Change-Id: I56654196d484a0a64d58cdc4b18689daacf847ed
1 file changed
tree: aa676d8de6c5e67eacfd7d546ee8c054faf9b137
  1. darwin-x86/
  2. linux-x86/
  3. build-prebuilts.sh
  4. BUILD.bazel
  5. manifest.xml
  6. README.md
  7. update-prebuilts.sh
README.md

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>