Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-02-27 10:12:12 -05:00
parent 11039a156d
commit b388727945
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<!-- START OF ADDITIONAL REPOS -->
<!-- GrapheneOS -->
<project path="external/hardened_malloc" name="GrapheneOS/hardened_malloc" remote="github" revision="2250130c537fda373a4362cf7727562287eb1168" />
<project path="external/hardened_malloc" name="GrapheneOS/hardened_malloc" remote="github" revision="13" />
<project path="external/SecureCamera" name="GrapheneOS/platform_external_Camera" remote="github" revision="13" />
<!-- END OF ADDITIONAL REPOS -->

View File

@ -425,6 +425,7 @@ echo "allow permissioncontroller_app tethering_service:service_manager find;" >
fi;
if enterAndClear "device/google/gs101"; then
git revert --no-edit 371473c97a3769f9b0629b33ae7014e78e1e31bb; #potential breakage
if [ "$DOS_DEBLOBBER_REMOVE_CNE" = true ]; then sed -i '/google iwlan/,+8d' device.mk; fi; #fix stray
fi;