From c0ba937fd578a9c4eae546384add48898d13c80e Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 21 Nov 2018 10:05:46 +0100 Subject: [PATCH] Revert "Also set build display id in etc/local.prop" This reverts commit ab0defc92218f2c296250b1818dae1e4c667205a. It didn't work --- base.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/base.mk b/base.mk index 3750702..35091c0 100644 --- a/base.mk +++ b/base.mk @@ -24,7 +24,6 @@ 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