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 29968bfa0a
commit ff882f5e56

View File

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