* They're copied from `android.hardware.radio.config@1.{0..3}.so`,
renamed to `android.hardware.radio.c_shim@1.{0..3}.so`, and
hexedited hidl interface descriptor to
`lineage.hardware.radio.config@1.{0..3}::IRadioConfig`
* For making stock RIL service register radio.config service to
`lineage.hardware.radio.config` interface instead, so that we can
add a wrapper that registers to `android.hardware.radio.config`
* Example usage on extract-files.sh:
```
vendor/lib64/libril-qc-hal-qmi.so)
for v in 1.{0..2}; do
sed -i "s|android.hardware.radio.config@${v}.so|android.hardware.radio.c_shim@${v}.so|g" "${2}"
done
;;
```
Change-Id: Ie8c48c0164c1787c851d4b3c0ccd334e0d405cd4