summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/}"