Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-09-19 01:53:33 -04:00
parent 724b742b64
commit de7d2a2a62
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
4 changed files with 14 additions and 20 deletions

View file

@ -513,10 +513,6 @@ if enterAndClear "kernel/fairphone/sdm632"; then
sed -i 's|/../../prebuilts/tools-lineage|/../../../prebuilts/tools-lineage|' lib/Makefile; #fixup typo
fi;
if enterAndClear "kernel/oneplus/sm8150"; then
rm Android.bp;
fi;
if enterAndClear "kernel/oneplus/sm7250"; then
git revert --no-edit 6eede8c64f268991abe669a6123e929e295fac29;
fi;