From ab0defc92218f2c296250b1818dae1e4c667205a Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sun, 18 Nov 2018 22:35:37 +0100 Subject: [PATCH] Also set build display id in etc/local.prop --- base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/base.mk b/base.mk index 35091c0..3750702 100644 --- a/base.mk +++ b/base.mk @@ -24,6 +24,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \ ro.build.version.release=$(PLATFORM_VERSION) \ ro.build.version.security_patch=$(PLATFORM_SECURITY_PATCH) \ + ro.build.display.id=$(BUILD_DISPLAY_ID) \ ro.adb.secure=0 #Huawei HiSuite (also other OEM custom programs I guess) it's of no use in AOSP builds