mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
LG8n: Build missing libraries for 14 QPR3
Fixes several issues: No sim detected Camera not opening Storage not detecting (Neither accessible by any app) No sound Change-Id: I6a84526ca1e9f4e5140c8068646433cab3fe85b2
This commit is contained in:
parent
92e30c2243
commit
2bf82df18d
14
device.mk
14
device.mk
|
@ -62,11 +62,13 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
PRODUCT_PACKAGES += \
|
||||
libaudiofoundation.vendor \
|
||||
libaudioroute.vendor \
|
||||
libalsautils \
|
||||
libnbaio_mono \
|
||||
libtinycompress \
|
||||
libdynproc \
|
||||
libhapticgenerator
|
||||
libhapticgenerator \
|
||||
libprocessgroup.vendor
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/audio/,$(TARGET_COPY_OUT_VENDOR)/etc)
|
||||
|
@ -100,6 +102,8 @@ PRODUCT_PACKAGES += \
|
|||
libshim_camera_metadata \
|
||||
libdng_sdk.vendor \
|
||||
libexpat.vendor \
|
||||
libexif.vendor \
|
||||
libpiex \
|
||||
libpng.vendor
|
||||
|
||||
# CAS
|
||||
|
@ -183,7 +187,9 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.gnss-V1-ndk.vendor
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libcurl.vendor
|
||||
libcurl.vendor \
|
||||
libjsoncpp.vendor \
|
||||
libsqlite.vendor
|
||||
|
||||
# Health
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -477,6 +483,10 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.usb@1.3.vendor \
|
||||
android.hardware.usb.gadget@1.1.vendor
|
||||
|
||||
# Required for QPR3
|
||||
PRODUCT_PACKAGES += \
|
||||
libdumpstateutil.vendor
|
||||
|
||||
# VNDK
|
||||
PRODUCT_COPY_FILES += \
|
||||
prebuilts/vndk/v31/arm64/arch-arm-armv8-a/shared/vndk-core/libbinder.so:$(TARGET_COPY_OUT_VENDOR)/lib/libbinder-v31.so \
|
||||
|
|
Loading…
Reference in a new issue