aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-11-17 19:42:10 -0800
committerSemavi Ulusoy <doc.divxm@gmail.com>2022-02-28 21:52:40 +0100
commit4d1fe37e71b312574e2f9ccdd00915a39134f246 (patch)
tree81aeb1897a2c2a362e09328b382622bb0853854c
parentae31881cdd21965f024c4a76b840c075319d67b5 (diff)
Always use release-keys for ro.build.tagss12.0
This can no longer be overridden elsewhere now that duplicate sysprops are detected as errors. BUILD_KEYS is preserved to keep the display build ID and other system info accurate. Change-Id: If1d3f3af4e47b1b11b0b9bc1ad55cc6207db497b
-rw-r--r--core/sysprop.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sysprop.mk b/core/sysprop.mk
index 6611a6840b..520ec1140e 100644
--- a/core/sysprop.mk
+++ b/core/sysprop.mk
@@ -154,7 +154,7 @@ BUILD_KEYS := test-keys
else
BUILD_KEYS := dev-keys
endif
-BUILD_VERSION_TAGS += $(BUILD_KEYS)
+BUILD_VERSION_TAGS += release-keys
BUILD_VERSION_TAGS := $(subst $(space),$(comma),$(sort $(BUILD_VERSION_TAGS)))
# BUILD_FINGERPRINT is used used to uniquely identify the combined build and