From df2004c006fdc7c6d28fe64d2e69edbf9865e564 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 18 Oct 2022 14:07:27 -0700 Subject: [PATCH] ANDROID: Revert "Suppress build.sh deprecation warnings." This reverts commit 71e7a059a0e1d5f8e63366f3c45646f2f8a7e574. Reason of revert: build.sh will be deprecated on android14-5.15. This change is accidentally merged into android14-5.15 when android13-5.15 is merged into android14-5.15. However, it is intentional that this change should not be merged here. Hence reverting. Bug: 222074706 Test: manual Signed-off-by: Yifan Hong Change-Id: I67a5d2feda64aa35348387a1d15d9d3aaf71271f --- build.config.common | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.config.common b/build.config.common index 90a5196cdd59..1fc02b16bd8e 100644 --- a/build.config.common +++ b/build.config.common @@ -15,5 +15,3 @@ IN_KERNEL_MODULES=1 DO_NOT_STRIP_MODULES=1 HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1} - -KLEAF_SUPPRESS_BUILD_SH_DEPRECATION_WARNING=${KLEAF_SUPPRESS_BUILD_SH_DEPRECATION_WARNING:-1}