aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2024-03-20 18:05:54 -0700
committerCole Faust <colefaust@google.com>2024-03-20 18:05:54 -0700
commitd49454acab4d2ee868c6ee20c7d14a0a837dad9e (patch)
treed619d3b84cfee980cf0bd1f2df31f710b2130a08
parent497f02d8c0208790f112aad79ed814f7147a0e42 (diff)
downloadbuild-d49454acab4d2ee868c6ee20c7d14a0a837dad9e.tar.gz
Remove BPTTOOL variable
This is unused since aosp/2654584 Test: Presubmits Change-Id: Idf9b17d4d3b59f5a19ff544dd95d740892743303
-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