ANDROID: allmodconfig: drop openssl from ADDITIONAL_HOST_TOOLS

This is now provided through the prebuilt build-tools.

Bug: 179516498
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I23152d35944b1efdb7aab9ef6c55aaad2ae1cbed
This commit is contained in:
Matthias Maennich
2021-03-02 10:05:11 +00:00
committed by Will McVicker
parent ef691a49c5
commit 59bb441b1d

View File

@@ -13,5 +13,3 @@ function update_config() {
(cd ${OUT_DIR} && \ (cd ${OUT_DIR} && \
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} "${TOOL_ARGS[@]}" ${MAKE_ARGS} olddefconfig) make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} "${TOOL_ARGS[@]}" ${MAKE_ARGS} olddefconfig)
} }
ADDITIONAL_HOST_TOOLS="${ADDITIONAL_HOST_TOOLS} openssl"