j7elte: Move libstagefright_shim to system
authorJan Altensen <info@stricted.net>
Tue, 12 May 2020 18:13:17 +0000 (20:13 +0200)
committerDario Trombello <dariotr@outlook.de>
Thu, 18 Jun 2020 19:41:27 +0000 (21:41 +0200)
 * setting `proprietary: true,` breaks building of treble devices when this tree is synced aswell

Change-Id: I98f490942bd03c9bd453c1bd14dafafda65ab34c

BoardConfig.mk

index 674c8ce2af67c8daabbba3571d3bb9a2344a06c4..400a716a7699887f9b5de115a15423662f23c3dd 100644 (file)
@@ -50,7 +50,7 @@ BOARD_NEEDS_ROAMING_PROTOCOL_FIELD := true
 # 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