Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-12-26 16:12:03 -05:00
parent 06254708be
commit a3015c3ad0
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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 "{}"';