aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-21 02:15:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-21 02:15:56 +0000
commita0f30662d015f0ed43f8a26ff48b23c56492452f (patch)
treedfa650d9ee3ac90bb6cc3f9bd828e8cc1b1bec26
parentda552368e0e4b7df4a760ab46dbcc19993a46c68 (diff)
parentd49454acab4d2ee868c6ee20c7d14a0a837dad9e (diff)
downloadbuild-a0f30662d015f0ed43f8a26ff48b23c56492452f.tar.gz
Merge "Remove BPTTOOL variable" into main
-rw-r--r--core/config.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/config.mk b/core/config.mk
index c9f752d6d4..d7516d337a 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -680,11 +680,6 @@ MKBOOTIMG := $(HOST_OUT_EXECUTABLES)/mkbootimg$(HOST_EXECUTABLE_SUFFIX)
else
MKBOOTIMG := $(BOARD_CUSTOM_MKBOOTIMG)
endif
-ifeq (,$(strip $(BOARD_CUSTOM_BPTTOOL)))
-BPTTOOL := $(HOST_OUT_EXECUTABLES)/bpttool$(HOST_EXECUTABLE_SUFFIX)
-else
-BPTTOOL := $(BOARD_CUSTOM_BPTTOOL)
-endif
ifeq (,$(strip $(BOARD_CUSTOM_AVBTOOL)))
AVBTOOL := $(HOST_OUT_EXECUTABLES)/avbtool$(HOST_EXECUTABLE_SUFFIX)
else