mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-24 23:19:31 -05:00
Fixup
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
06254708be
commit
a3015c3ad0
@ -89,7 +89,7 @@ buildAll() {
|
||||
buildDevice bonito avb;
|
||||
buildDevice sargo avb;
|
||||
#Tensor
|
||||
buildDevice oriole avb;
|
||||
buildDevice oriole avb; #requires manual patching for stray iwlan include in device.mk
|
||||
buildDevice raven avb;
|
||||
buildDevice panther avb;
|
||||
buildDevice cheetah avb;
|
||||
|
@ -434,6 +434,10 @@ if enterAndClear "hardware/oplus"; then
|
||||
echo "allow update_engine_common vendor_custom_ab_block_device:blk_file rw_file_perms;" >> sepolicy/qti/vendor/update_engine_common.te; #fix firmware flash
|
||||
fi;
|
||||
|
||||
if enterAndClear "kernel/oneplus/sm8250"; then
|
||||
git revert --no-edit 6eede8c64f268991abe669a6123e929e295fac29;
|
||||
fi;
|
||||
|
||||
#Make changes to all devices
|
||||
cd "$DOS_BUILD_BASE";
|
||||
find "hardware/qcom/gps" -name "gps\.conf" -type f -print0 | xargs -0 -n 1 -P 4 -I {} bash -c 'hardenLocationConf "{}"';
|
||||
|
Loading…
Reference in New Issue
Block a user