51a27fabd9
* The proprietary files lists are generated by comparing stock partition contents with AOSP generated partitions. Co-authored-by: Aaron Kling <webgeek1234@gmail.com> Co-authored-by: Cosmin Tanislav <demonsingur@gmail.com> Co-authored-by: Michael Bestas <mkbestas@lineageos.org> Change-Id: I17b78ccf212d8364070c40fe3c7d06d4048e3fe4
42 lines
1000 B
Makefile
42 lines
1000 B
Makefile
#
|
|
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
|
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay-lineage
|
|
|
|
# ANGLE - Almost Native Graphics Layer Engine
|
|
PRODUCT_PACKAGES += \
|
|
ANGLE
|
|
|
|
# EUICC
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml
|
|
|
|
# Build necessary packages for vendor
|
|
|
|
# Codec2
|
|
PRODUCT_PACKAGES += \
|
|
libacryl \
|
|
libacryl_hdr_plugin \
|
|
libexynosv4l2
|
|
|
|
# Fingerprint
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
|
|
|
# Graphics
|
|
PRODUCT_PACKAGES += \
|
|
libEGL_angle \
|
|
libGLESv1_CM_angle \
|
|
libGLESv2_angle
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
sensors.dynamic_sensor_hal
|
|
|
|
# Wi-Fi
|
|
PRODUCT_PACKAGES += \
|
|
libwifi-hal-ctrl:64
|