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 required blobs
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
f624f4cba7
commit
f069c2fbc2
12
device.mk
12
device.mk
|
@ -43,6 +43,10 @@ PRODUCT_PACKAGES += \
|
|||
# Allow userspace reboots
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/userspace_reboot.mk)
|
||||
|
||||
# AAPT
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||
|
||||
# Audio
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.audio.service \
|
||||
|
@ -215,7 +219,8 @@ PRODUCT_PACKAGES += \
|
|||
libavservices_minijail_vendor \
|
||||
libstagefright_softomx_plugin.vendor \
|
||||
libsfplugin_ccodec_utils.vendor \
|
||||
libcodec2_soft_common.vendor
|
||||
libcodec2_soft_common.vendor \
|
||||
libflatbuffers-cpp.vendor
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
||||
|
@ -225,6 +230,11 @@ PRODUCT_COPY_FILES += \
|
|||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/seccomp,$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy) \
|
||||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/media,$(TARGET_COPY_OUT_VENDOR)/etc)
|
||||
|
||||
# Misc
|
||||
PRODUCT_PACKAGES += \
|
||||
libchrome.vendor \
|
||||
libtextclassifier_hash.vendor
|
||||
|
||||
# NFC
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.nfc@1.2.vendor \
|
||||
|
|
Loading…
Reference in a new issue