20.0: bringup mata

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-02-01 17:30:46 -05:00
parent baa0252c6b
commit 4155cec7e3
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
5 changed files with 207 additions and 4 deletions

View file

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