From 658c2d9a05a748e7192e4062b46f587573cc565e Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Mon, 28 Jun 2021 12:17:21 +0100 Subject: [PATCH] ANDROID: allmodconfig build: adopt new TOOL_ARGS export aosp/1749720 moves the TOOL_ARGS to setup_env and makes it a proper string export. Adopt that new format. Bug: 189451175 Signed-off-by: Matthias Maennich Change-Id: Idf28c4dce9e92141c487154133333edb3b0d8e61 --- build.config.allmodconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.allmodconfig b/build.config.allmodconfig index a48f8d420208..945c4bac54c6 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -11,5 +11,5 @@ function update_config() { -e UNWINDER_FRAME_POINTER \ (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) }