mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-09-18 19:54:51 -04:00
Fixup kipper & starlte
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
0e9599af6d
commit
3047b3b269
4 changed files with 9 additions and 5 deletions
|
@ -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 "{}"';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue