diff options
| author | Ramii Ahmed <ramy@ahmedramy.com> | 2022-09-12 01:12:47 +0000 |
|---|---|---|
| committer | drishal <drishalballaney@gmail.com> | 2022-09-19 14:16:48 +0530 |
| commit | 66a4dc52ead7e3f7738e3bf04fe59f433e522ed7 (patch) | |
| tree | a277e0ca6cb5b855a540ef42f5babbf0e0ce59c3 | |
| parent | ef1c5f8701f363e9217424b1212dabcca5409685 (diff) | |
* 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.mk | 2 |
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 |
