mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Fixup 9f01dc03
Enables replacing of vendor fingerprints. I thought this was broken, turns out it was the AUX camera change instead.
This commit is contained in:
parent
9f01dc038c
commit
e36f4529a3
6 changed files with 7 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue