summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2021-11-24 22:56:09 +0000
committerMatthias Maennich <maennich@google.com>2021-11-24 22:57:05 +0000
commit70f22706281293f6d2ad7e79941f3048c57aa6b5 (patch)
tree5b8206eed94ff3d65446d8b2f54751b355b9d84d
parent3c40542226a2909e1a6ab96603e0c92de2eb0435 (diff)
downloadbuild-tools-70f22706281293f6d2ad7e79941f3048c57aa6b5.tar.gz
Reintroduce interceptor binaries after the repo migration
Bug: 206149924 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I043c1c2a188105f33abc938ac1ca3ece406385dc
-rwxr-xr-xbuild-prebuilts.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-prebuilts.sh b/build-prebuilts.sh
index fd5736b..8925111 100755
--- a/build-prebuilts.sh
+++ b/build-prebuilts.sh
@@ -36,6 +36,8 @@ EOF
e2fsck
e2fsdroid
img2simg
+ interceptor
+ interceptor_analysis
lpmake
lz4
mkbootfs
@@ -55,6 +57,7 @@ EOF
SOONG_LIBRARIES=(
libcrypto-host.so
libelf.so
+ libinterceptor.so
)
binaries="${SOONG_BINARIES[@]/#/${SOONG_HOST_OUT}/bin/}"