I'm working on getting LineageOS 21 compiled, and the old command I had for that frameworks patch years ago gives an error (I'm thinking the command flags changed but I'll look at it more carefully later).
Command:
wget -O ~/'Downloads/UnifiedNlp-android_frameworks_base-N.patch' 'https://raw.githubusercontent.com/microg/android_packages_apps_UnifiedNlp/master/patches/android_frameworks_base-N.patch' && cd ~/'android/lineage-21.0' && patch --no-backup-if-mismatch --strip='1' --directory='frameworks/base' < ~/'Downloads/UnifiedNlp-android_frameworks_base-N.patch'
Error:
can't find file to patch at input line 11
Perhaps you used the wrong -p or --strip option?
I saw #256 though which has me wondering if that patch is still usable or needed?
I'm working on getting LineageOS 21 compiled, and the old command I had for that frameworks patch years ago gives an error (I'm thinking the command flags changed but I'll look at it more carefully later).
Command:
Error:
I saw #256 though which has me wondering if that patch is still usable or needed?