Secondarian 3e68284a90 sm8550-common: Patch libsamsungcamerahal to expose all camera IDs
Replaces GetCameraIdList's address with that of GetCameraIdListAll so
that calls to GetCameraIdList will also expose all camera IDs

```
$ nm -D libsamsungcamerahal.so | grep GetCameraIdList
0000000000008ae0 T _ZNK7android18samsung_camera_hal14CameraProvider15GetCameraIdListEPNSt3__16vectorIjNS2_9allocatorIjEEEE
0000000000008b94 T _ZNK7android18samsung_camera_hal14CameraProvider18GetCameraIdListAllEPNSt3__16vectorIjNS2_9allocatorIjEEE
```

Change-Id: I7c572460a0f0bbde5f06e05b2bf6f152036c3030
2025-04-25 21:35:54 +08:00
Description
No description provided
678 KiB
Languages
Shell 60.7%
C++ 32.5%
Makefile 4.9%
Python 1%
Forth 0.9%