Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-03-22 16:23:26 -04:00
parent b522a16298
commit 472ec96915
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
9 changed files with 12 additions and 20 deletions

View file

@ -434,6 +434,7 @@ fi;
if enterAndClear "device/google/gs201"; then
if [ "$DOS_DEBLOBBER_REMOVE_CNE" = true ]; then sed -i '/google iwlan/,+8d' device.mk; fi; #fix stray
if [ "$DOS_DEBLOBBER_REMOVE_EUICC" = true ]; then sed -i '/eSIM MEP/,+4d' device.mk; fi; #fix stray
awk -i inplace '!/PRODUCT_PACKAGES/' widevine/device.mk;
fi;