From 72fe59017802c85166e01c76f2e7b409b175e692 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Thu, 29 Jun 2023 02:02:52 +0000 Subject: [PATCH] Unbreak build by removing bindgen temporarily Bindgen has been updated in platform, but additional repos need to be mapped into this build to work properly. Since changing manifests requires special permissions, this unbreaks the build until we can get the manifest fixed to re-add bindgen. Test: TH Change-Id: Idd7bf289212a2570e267eaab0e94d332ed8a44b2 --- vndk/tools/header-checker/android/build-prebuilts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/vndk/tools/header-checker/android/build-prebuilts.sh b/vndk/tools/header-checker/android/build-prebuilts.sh index a70bd7845..16f9d93de 100755 --- a/vndk/tools/header-checker/android/build-prebuilts.sh +++ b/vndk/tools/header-checker/android/build-prebuilts.sh @@ -64,7 +64,6 @@ Darwin) esac LINUX_SOONG_BINARIES=( - "bindgen" "cxx_extractor" "header-abi-linker" "header-abi-dumper"