From 924717b0c60b7e1f4fa8c5a035425154eabcd068 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 12 May 2020 20:13:55 +0200 Subject: [PATCH] a5xelte: 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 b7eda95..9993027 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -57,7 +57,7 @@ TARGET_KERNEL_CONFIG := lineageos_a5xelte_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 \ /system/lib/libbauthserver.so|/system/lib/libbauthtzcommon_shim.so -- 2.20.1