mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-07 14:22:40 -04:00
Fixup davinci
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
e7d8f7598b
commit
91ec03f096
1 changed files with 8 additions and 0 deletions
|
@ -531,6 +531,14 @@ if enterAndClear "device/oppo/common"; then
|
||||||
awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' BoardConfigCommon.mk; #disable releasetools to fix delta ota generation
|
awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' BoardConfigCommon.mk; #disable releasetools to fix delta ota generation
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
if enterAndClear "device/xiaomi/davinci"; then
|
||||||
|
smallerSystem;
|
||||||
|
fi;
|
||||||
|
|
||||||
|
if enterAndClear "device/xiaomi/sm6150-common"; then
|
||||||
|
smallerSystem;
|
||||||
|
fi;
|
||||||
|
|
||||||
#Make changes to all devices
|
#Make changes to all devices
|
||||||
cd "$DOS_BUILD_BASE";
|
cd "$DOS_BUILD_BASE";
|
||||||
find "hardware/qcom/gps" -name "gps\.conf" -type f -print0 | xargs -0 -n 1 -P 4 -I {} bash -c 'hardenLocationConf "{}"';
|
find "hardware/qcom/gps" -name "gps\.conf" -type f -print0 | xargs -0 -n 1 -P 4 -I {} bash -c 'hardenLocationConf "{}"';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue