From f2c16d02af4f2c807b3cdc702ce95a8c092a0842 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 12 May 2020 20:13:17 +0200 Subject: [PATCH] a3xelte: move libstagefright_shim to system * setting `proprietary: true,` breaks building of treble devices when this tree is synced aswell Change-Id: I98f490942bd03c9bd453c1bd14dafafda65ab34c --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index d4d107f..240606e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -52,7 +52,7 @@ TARGET_KERNEL_CONFIG := lineageos_a3xelte_defconfig # Shim TARGET_LD_SHIM_LIBS += \ /system/lib/libcamera_client.so|/vendor/lib/libcamera_client_shim.so \ - /system/lib/libstagefright.so|/vendor/lib/libstagefright_shim.so \ + /system/lib/libstagefright.so|/system/lib/libstagefright_shim.so \ /system/lib/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so # Legacy BLOB Support -- 2.20.1