Enables replacing of vendor fingerprints.
I thought this was broken, turns out it was the AUX camera change instead.
This commit is contained in:
Tad 2020-11-02 11:04:47 -05:00
parent 9f01dc038c
commit e36f4529a3
6 changed files with 7 additions and 4 deletions

View file

@ -297,7 +297,6 @@ export -f pushToServer;
removeBuildFingerprints() {
#Removes the stock/vendor fingerprint, allowing one to be generated instead
#XXX: Breaks existing installs!
find device -maxdepth 3 -name "lineage*.mk" -type f -exec sh -c "awk -i inplace '!/BUILD_FINGERPRINT/' {}" \;
find device -maxdepth 3 -name "lineage*.mk" -type f -exec sh -c "awk -i inplace '!/PRIVATE_BUILD_DESC/' {}" \;
echo "Removed stock build fingerprints";