mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-02 19:36:16 -04:00
20.0: bringup mata
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
baa0252c6b
commit
4155cec7e3
5 changed files with 207 additions and 4 deletions
|
@ -415,6 +415,10 @@ fi;
|
|||
#
|
||||
#START OF DEVICE CHANGES
|
||||
#
|
||||
if enterAndClear "device/essential/mata"; then
|
||||
echo "allow permissioncontroller_app tethering_service:service_manager find;" > sepolicy/private/permissioncontroller_app.te;
|
||||
fi;
|
||||
|
||||
if enterAndClear "device/google/gs101"; then
|
||||
if [ "$DOS_DEBLOBBER_REMOVE_CNE" = true ]; then sed -i '/google iwlan/,+8d' device.mk; fi; #fix stray
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue