Fixup kipper & starlte

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-02-10 03:52:52 -05:00
parent 0e9599af6d
commit 3047b3b269
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
4 changed files with 9 additions and 5 deletions

View file

@ -390,6 +390,10 @@ git am $DOS_PATCHES/android_device_lge_hammerhead/*.patch; #hh-p-sepolicy
echo "SELINUX_IGNORE_NEVERALLOWS := true" >> BoardConfig.mk; #qcom-legacy sepolicy
fi;
if enterAndClear "device/wileyfox/kipper"; then
compressRamdisks;
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 "{}"';