Update clang-tools to ab/8980388

This commit includes:
* aosp/2176545 - Change the format of header-abi-diff config from .ini to .json
* aosp/2182596 - Implement the Cross-Version ABI diff configuration
* aosp/2190085 - Fix header-abi-diff skips diff when config.json is not found

Bug: 239792343
Test: Presubmit only
Change-Id: I32460bab794e5197c4406552c799a5e93671f3aa
428 files changed
tree: 17cb307c6e4313507690d6e3352d387a4e786c7a
  1. darwin-x86/
  2. linux-x86/
  3. build-prebuilts.sh
  4. manifest.xml
  5. README.md
  6. 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>