From d0b4f9894add43e5caa8720575391e781cab2cf2 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 7 Oct 2021 21:01:15 +0300 Subject: [PATCH] Revert "soong: Export bootloader_message_offset to dependencies" * Fix build, revert when/if this is needed again. This reverts commit 1b4ecdcb1cbf873cc70ada41faa6693511601720. Change-Id: I14ec026d8be7297319564340b84ceb164dccfdd5 --- build/soong/Android.bp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/soong/Android.bp b/build/soong/Android.bp index dc07f490..5d661543 100644 --- a/build/soong/Android.bp +++ b/build/soong/Android.bp @@ -297,10 +297,7 @@ soong_config_module_type { module_type: "cc_defaults", config_namespace: "lineageGlobalVars", value_variables: ["bootloader_message_offset"], - properties: [ - "cflags", - "export_cflags", - ], + properties: ["cflags"], } bootloader_message_offset { @@ -308,7 +305,6 @@ bootloader_message_offset { soong_config_variables: { bootloader_message_offset: { cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"], - export_cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"], }, }, }