a3xelte: move libstagefright_shim to system
authorJan Altensen <info@stricted.net>
Tue, 12 May 2020 18:13:17 +0000 (20:13 +0200)
committerJan Altensen <info@stricted.net>
Tue, 12 May 2020 18:14:58 +0000 (20:14 +0200)
 * setting `proprietary: true,` breaks building of treble devices when this tree is synced aswell

Change-Id: I98f490942bd03c9bd453c1bd14dafafda65ab34c

BoardConfig.mk

index d4d107fb014122fbe5940826ddef7b1e44d1975b..240606e7ecca39790cc27387a5a13aed4c957ca8 100644 (file)
@@ -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