From baf18be05a43e9439bf2d49a1b3c21c8101006a4 Mon Sep 17 00:00:00 2001 From: Majaahh Date: Mon, 1 Sep 2025 18:32:19 +0200 Subject: [PATCH] m34x: Decommonize adding needed shims for libexynoscamera3 * libexynoscamera3.so is in device tree, not in common tree Change-Id: I8746fa972d68543b3d979c2d32a3b264e030a8de Signed-off-by: Majaahh --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 773ee25..88b6cd0 100644 --- a/Android.bp +++ b/Android.bp @@ -31,7 +31,7 @@ cc_prebuilt_library_shared { "libion_exynos", "libhwjpeg", "libnativewindow", - "libexynoscamera3", + "//device/samsung/s5e8825-common/shims/stub:libexynoscamera3", "libbase", "libc++", "libc",