From d7a113d5f0b41b6eedf93abe84f2d9b33690d732 Mon Sep 17 00:00:00 2001 From: Sumit Pundir Date: Thu, 20 Aug 2020 23:43:21 +0530 Subject: [PATCH] core: Makefile: update build description Signed-off-by: Sumit Pundir --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 6b1c721b04..8aa1cee892 100644 --- a/core/Makefile +++ b/core/Makefile @@ -141,7 +141,7 @@ TARGET_VENDOR_RELEASE_BUILD_ID := $(BUILD_NUMBER_FROM_FILE) endif # A human-readable string that descibes this build in detail. -build_desc := $(TARGET_VENDOR_PRODUCT_NAME)-$(TARGET_BUILD_VARIANT) $(PLATFORM_VERSION) $(BUILD_ID) $(TARGET_VENDOR_RELEASE_BUILD_ID) $(BUILD_VERSION_TAGS) +build_desc := e_$(TARGET_VENDOR_DEVICE_NAME)-$(TARGET_BUILD_VARIANT) $(PLATFORM_VERSION) $(BUILD_ID) $(TARGET_VENDOR_RELEASE_BUILD_ID) $(BUILD_VERSION_TAGS) $(intermediate_system_build_prop): PRIVATE_BUILD_DESC := $(build_desc) # The string used to uniquely identify the combined build and product; used by the OTA server. -- GitLab