mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Add a really bad libc hax for camera
* See : https://review.lineageos.org/#/c/1170/
This commit is contained in:
parent
692fac35e4
commit
f76d9e8928
3 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,10 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
Gello
|
||||
|
||||
# Camera
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/prebuilt/libc_shim.so:system/lib/libc_shim.so
|
||||
|
||||
# Display
|
||||
PRODUCT_PACKAGES += \
|
||||
AdvancedDisplay \
|
||||
|
|
BIN
prebuilt/libc_shim.so
Normal file
BIN
prebuilt/libc_shim.so
Normal file
Binary file not shown.
|
@ -30,6 +30,8 @@ import init.qcom.usb.rc
|
|||
import init.target.rc
|
||||
|
||||
on early-init
|
||||
export LD_SHIM_LIBS /system/bin/mm-qcamera-daemon|libc_shim.so
|
||||
|
||||
# Turn off backlight on blank
|
||||
write /sys/class/leds/lcd-backlight/trigger "backlight"
|
||||
|
||||
|
|
Loading…
Reference in a new issue