mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: Build some libs
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
315f51d08c
commit
720dca65dc
10
device.mk
10
device.mk
|
@ -61,8 +61,10 @@ PRODUCT_PACKAGES += \
|
||||||
audio_policy.stub
|
audio_policy.stub
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libalsautils \
|
|
||||||
libaudiofoundation.vendor \
|
libaudiofoundation.vendor \
|
||||||
|
libalsautils \
|
||||||
|
libnbaio_mono \
|
||||||
|
libtinycompress \
|
||||||
libdynproc \
|
libdynproc \
|
||||||
libhapticgenerator
|
libhapticgenerator
|
||||||
|
|
||||||
|
@ -130,6 +132,8 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.allocator@4.0.vendor \
|
android.hardware.graphics.allocator@4.0.vendor \
|
||||||
libdrm.vendor \
|
libdrm.vendor \
|
||||||
|
libhwc2on1adapter:64 \
|
||||||
|
libhwc2onfbadapter:64 \
|
||||||
libutils-v32
|
libutils-v32
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
|
@ -181,9 +185,13 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hidl.base@1.0 \
|
||||||
|
android.hidl.allocator@1.0 \
|
||||||
|
android.hidl.base@1.0.vendor \
|
||||||
android.hidl.allocator@1.0.vendor \
|
android.hidl.allocator@1.0.vendor \
|
||||||
libhidltransport \
|
libhidltransport \
|
||||||
libhidltransport.vendor \
|
libhidltransport.vendor \
|
||||||
|
libhwbinder \
|
||||||
libhwbinder.vendor
|
libhwbinder.vendor
|
||||||
|
|
||||||
# IMS
|
# IMS
|
||||||
|
|
Loading…
Reference in a new issue