From 90e9b7d4f5fcaf8eedec91a82c170fc95943e529 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 12 May 2020 20:13:55 +0200 Subject: [PATCH] a7xelte: 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 40d0312..0b18c8a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -57,7 +57,7 @@ TARGET_KERNEL_CONFIG := lineageos_a7xelte_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