Remove Darwin clang-tools prebuilt

This prebuilt contains only the Bionic versioner, which is only used to
version the Bionic headers, which are needed to cross-compile to
Android. We don't support building the Android platform on Darwin,
though, so these headers should be unnecessary.

Bug: 333484421
Test: treehugger
Change-Id: Iee0dcdd9710f595e3a7c98c5a4731790db1a4424
237 files changed
tree: b8624086fe8eb5f587fe8e8d0c8d913486868523
  1. linux-x86/
  2. build-prebuilts.sh
  3. BUILD.bazel
  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>