From 4d1fe37e71b312574e2f9ccdd00915a39134f246 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Wed, 17 Nov 2021 19:42:10 -0800 Subject: Always use release-keys for ro.build.tags 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 --- core/sysprop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3