mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: Fulfil dependencies of camera HAL [1/2]
* Expose libgui.so to all vendor modules * Import libcamera.client.so to prebuilt vndk-29 Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: Ia30c8f7cb8b420f1b19b6c973f047aa55b06b930
This commit is contained in:
parent
11e19c497e
commit
7b43d9eb6f
4 changed files with 15 additions and 1 deletions
3
rootdir/bin/sys.sh
Normal file
3
rootdir/bin/sys.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/sbin/sh
|
||||
echo "$(grep -v libgui.so system/system/system_ext/apex/com.android.vndk.v29/etc/vndkprivate.libraries.29.txt)" > system/system/system_ext/apex/com.android.vndk.v29/etc/vndkprivate.libraries.29.txt
|
||||
echo libcamera_client.so >> system/system/system_ext/apex/com.android.vndk.v29/etc/vndkcore.libraries.29.txt
|
||||
Loading…
Reference in a new issue