forked from lenovo-sm8150/android_device_lenovo_zippo-twrp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.mk
42 lines (33 loc) · 1.13 KB
/
device.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
LOCAL_PATH := device/lenovo/zippo
# Health HAL
PRODUCT_PACKAGES += \
# HIDL
PRODUCT_PACKAGES += \
libhidltransport \
libhwbinder
# Decryption
PRODUCT_PACKAGES_ENG += \
qcom_decrypt \
qcom_decrypt_fbe
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# FDE [Not supported]
TARGET_HW_DISK_ENCRYPTION := false
# Libraries
TARGET_RECOVERY_DEVICE_MODULES += \
libion \
libandroidicu \
libdisplayconfig.qti
RECOVERY_LIBRARY_SOURCE_FILES += \
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so \
$(TARGET_OUT_SYSTEM_EXT_SHARED_LIBRARIES)/[email protected] \
$(TARGET_OUT_SYSTEM_EXT_SHARED_LIBRARIES)/[email protected] \
$(TARGET_OUT_SYSTEM_EXT_SHARED_LIBRARIES)/libdisplayconfig.qti.so
PRODUCT_COPY_FILES += \
$(OUT_DIR)/target/product/zippo/obj/SHARED_LIBRARIES/libandroidicu_intermediates/libandroidicu.so:$(TARGET_COPY_OUT_RECOVERY)/root/system/lib64/libandroidicu.so