01a17998da063cdbba6305d00a3e282eb2d8d9fe
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.
Description
Languages
C++
50.2%
C
43.6%
Makefile
1.9%
Java
1.8%
Roff
1%
Other
1.4%