mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
15.1: fix g3
This commit is contained in:
parent
db260cf1e1
commit
929a3d5704
@ -50,13 +50,13 @@ buildAll() {
|
|||||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||||
#TODO: hiae
|
#TODO: hiae
|
||||||
brunch lineage_mako-user;
|
brunch lineage_mako-user;
|
||||||
brunch lineage_d852-user; #needs g3-oreo topic
|
brunch lineage_d852-user;
|
||||||
brunch lineage_bacon-user;
|
brunch lineage_bacon-user;
|
||||||
brunch lineage_angler-user;
|
brunch lineage_angler-user;
|
||||||
brunch lineage_bullhead-user;
|
brunch lineage_bullhead-user;
|
||||||
#brunch lineage_clark-userdebug; #permissive and needs manual patching (fwb xml: fused: dangling tag)
|
#brunch lineage_clark-userdebug; #permissive and needs manual patching (fwb xml: fused: dangling tag)
|
||||||
brunch lineage_d802-user;
|
brunch lineage_d802-user;
|
||||||
brunch lineage_d855-user; #needs g3-oreo topic
|
brunch lineage_d855-user;
|
||||||
brunch lineage_dragon-user;
|
brunch lineage_dragon-user;
|
||||||
brunch lineage_ether-user;
|
brunch lineage_ether-user;
|
||||||
brunch lineage_flo-user;
|
brunch lineage_flo-user;
|
||||||
@ -86,8 +86,6 @@ patchWorkspace() {
|
|||||||
|
|
||||||
source build/envsetup.sh;
|
source build/envsetup.sh;
|
||||||
#repopick 219020; #ab-neverallow-user
|
#repopick 219020; #ab-neverallow-user
|
||||||
#repopick -it g3-oreo;
|
|
||||||
#repopick -it g3-sdfat;
|
|
||||||
repopick 239013; #update webview
|
repopick 239013; #update webview
|
||||||
|
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ enterAndClear "device/lge/g2-common";
|
|||||||
sed -i '3itypeattribute hwaddrs misc_block_device_exception;' sepolicy/hwaddrs.te;
|
sed -i '3itypeattribute hwaddrs misc_block_device_exception;' sepolicy/hwaddrs.te;
|
||||||
|
|
||||||
enterAndClear "device/lge/g3-common";
|
enterAndClear "device/lge/g3-common";
|
||||||
git revert daacb7740f5219491d7481edc62118b09afb684b 2b013eede5f6767eeb31c7f46c648d86499a52cf b0f21eae751051dc4e2c2fbf00bacb7360e14165 c2c46b13d50456e208eedae92bac2824126cff28; #g3-oreo, no /vendor
|
git revert 8ce6724ed9649bf00283691acbf497e4f740fe06 65968c3809d7ce421df5318ab1d52bae1190e3fa cb31af784935469a4b7b67783cd24a5a800b51d8 37d6fbd036171068eb15d7855a2c8aaa5e731eb6; #g3-oreo, no /vendor
|
||||||
sed -i '3itypeattribute hwaddrs misc_block_device_exception;' sepolicy/hwaddrs.te;
|
sed -i '3itypeattribute hwaddrs misc_block_device_exception;' sepolicy/hwaddrs.te;
|
||||||
sed -i '1itypeattribute wcnss_service misc_block_device_exception;' sepolicy/wcnss_service.te;
|
sed -i '1itypeattribute wcnss_service misc_block_device_exception;' sepolicy/wcnss_service.te;
|
||||||
echo "/dev/block/platform/msm_sdcc\.1/by-name/pad u:object_r:misc_block_device:s0" >> sepolicy/file_contexts; #fix uncrypt denial
|
echo "/dev/block/platform/msm_sdcc\.1/by-name/pad u:object_r:misc_block_device:s0" >> sepolicy/file_contexts; #fix uncrypt denial
|
||||||
|
Loading…
Reference in New Issue
Block a user