projects
/
GitHub
/
LineageOS
/
android_device_samsung_a5xelte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c478d1
)
a5xelte: shim libcamera_client, libstagefright and libexynoscamera
author
Danny Wood
<danwood76@gmail.com>
Thu, 25 Apr 2019 15:42:50 +0000
(16:42 +0100)
committer
Jan Altensen
<info@stricted.net>
Mon, 12 Aug 2019 07:12:37 +0000
(09:12 +0200)
Change-Id: Iacb42ae6531fe1d51360338988e279564a071276
BoardConfig.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfig.mk
b/BoardConfig.mk
index 68a3573df6672c7f597c96c5bb6295f5454ecd95..3396f9eebcd9f1c3d1015efd8f0d18e72ff04a31 100644
(file)
--- a/
BoardConfig.mk
+++ b/
BoardConfig.mk
@@
-44,3
+44,9
@@
BOARD_FLASH_BLOCK_SIZE := 4096
# Kernel
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/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so