aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamii Ahmed <ramy@ahmedramy.com>2022-09-12 01:12:47 +0000
committerdrishal <drishalballaney@gmail.com>2022-09-19 14:16:48 +0530
commit66a4dc52ead7e3f7738e3bf04fe59f433e522ed7 (patch)
treea277e0ca6cb5b855a540ef42f5babbf0e0ce59c3
parentef1c5f8701f363e9217424b1212dabcca5409685 (diff)
sm8250-common: allow releasetools extensions to be override-ableHEADs12.1
* this will be used by devices that plan to ship firmware, E.G. apollon * because other devices don't plan to do the same, this allows for all devices planning to ship firmware to just override releasetools extensions Change-Id: I5d6c0d322c92a0c9d536c6ba9399dd5fa9b614b9
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 6cc07da..87adc6d 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -190,7 +190,7 @@ TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
# Releasetools
-TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
+TARGET_RELEASETOOLS_EXTENSIONS ?= $(COMMON_PATH)
# RIL
ENABLE_VENDOR_RIL_SERVICE := true