commit | 01a17998da063cdbba6305d00a3e282eb2d8d9fe | [log] [tgz] |
---|---|---|
author | Chaosmaster <chaosmaster@chaosv.de> | Sat Feb 08 00:10:05 2020 +0100 |
committer | bigbiff <bigbiff@teamw.in> | Sun May 10 21:19:32 2020 +0000 |
tree | 23a1cfe76095a07b7483daa90d2ea4b91309f4f5 | |
parent | 461e39fe89753edba18cc9c3b1571a1ec13c6790 [diff] |
Add flag for overwriting properties with system values This adds the flag TW_OVERRIDE_SYSTEM_PROPS which can contain a ";" separated list of properties that should be overriden. A different source property can be defined by separating target and source using "=" Example: TW_OVERRIDE_SYSTEM_PROPS := "ro.build.product;ro.build.fingerprint=ro.system.build.fingerprint" This will override ro.build.product with the value of ro.build.product from system/build.prop. And also override ro.build.fingerprint with the value of ro.system.build.fingerprint. with their corresponding values from the system partition. Change-Id: Ibcd3e6ed51fa7f7195ad524e606a2b9542687e55
Team Win Recovery Project (TWRP)
You can find a compiling guide here.