summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2016-08-06 13:52:43 -0700
committeralk3pInjection <webmaster@raspii.tech>2021-09-27 21:17:05 +0800
commit28e2eeb69e9b316f73c22a654922e9dd81a82d7e (patch)
tree00ce8978a8e3dce8dd47099dc44014b194a66aaf
parenta1a18d4de7d952ead9c39a8f6380141b6e198961 (diff)
[ArrowOS] core: makefile: Use 'release-keys' for build tag
Some apps may check for this. Change-Id: Ibece80d0e6020efaf886d8d5f72290fa6740df7d
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 5b0430fdb6..f181e571af 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -327,7 +327,7 @@ endif
ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/make/target/product/security/testkey)
BUILD_KEYS := test-keys
else
-BUILD_KEYS := dev-keys
+BUILD_KEYS := release-keys
endif
BUILD_VERSION_TAGS += $(BUILD_KEYS)
BUILD_VERSION_TAGS := $(subst $(space),$(comma),$(sort $(BUILD_VERSION_TAGS)))