No description
Find a file
Yumi Yukimura 201615cf7c compat: Add android.hardware.radio.c_shim@1.{0..3}
* 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
2024-03-28 06:12:21 +08:00
interfaces compat: Add android.hardware.radio.c_shim@1.{0..3} 2024-03-28 06:12:21 +08:00
libbase libbase: Shim old StartsWith function prototype 2023-10-03 08:31:35 +00:00
libbinder compat: Provide shim with IPermissionController stubs 2023-07-18 18:10:41 +00:00
libc compat: libc: Convert to Android.bp 2023-09-25 16:58:50 +00:00
libcamera_metadata compat: Keep only one copy of clang-format style 2023-07-17 20:51:56 +02:00
libcomparetf2 compat: Add libcomparetf2 shim 2023-09-18 15:33:36 +00:00
libcutils libcutils_shim: jstring: Import strcpy8to16 definition 2022-09-21 13:10:09 -04:00
libgui compat: Keep only one copy of clang-format style 2023-07-17 20:51:56 +02:00
libhidlbase libhidlbase: Add SPDX license 2023-11-13 13:19:56 +01:00
libmemset Provide shim for android_memset32 2022-09-21 16:26:12 +01:00
libpiex compat: libpiex_shim: Improve shim 2022-11-01 10:35:17 +00:00
libsensor compat: Add libsensor -> libsensorndkbridge wrapper 2023-09-25 16:58:58 +00:00
libtinyxml2 compat: Add libtinyxml2 shim 2023-07-18 12:10:42 +02:00
libui compat: Keep only one copy of clang-format style 2023-07-17 20:51:56 +02:00
libutils compat: Add libutils shim 2023-07-19 21:32:21 +02:00
vndk compat: Provide libcrypto-v33 2024-03-18 18:21:01 +01:00
.clang-format compat: Keep only one copy of clang-format style 2023-07-17 20:51:56 +02:00
Android.bp compat: Drop libprotobuf-cpp-lite-3.9.1-vendorcompat 2024-03-20 01:26:59 -04:00