forked from Ling0925/android_device_nubia_NX769J
-
Notifications
You must be signed in to change notification settings - Fork 0
/
device.mk
109 lines (91 loc) · 2.59 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# A/B
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
update_engine \
update_engine_sideload \
update_verifier
PRODUCT_PACKAGES += \
checkpoint_gc \
otapreopt_script
# API levels
BOARD_API_LEVEL := 34
PRODUCT_SHIPPING_API_LEVEL := 34
# fastbootd
PRODUCT_PACKAGES += \
fastbootd
# Health
PRODUCT_PACKAGES += \
# Overlays
PRODUCT_ENFORCE_RRO_TARGETS := *
# Partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Product characteristics
PRODUCT_CHARACTERISTICS := nosdcard
# Rootdir
PRODUCT_PACKAGES += \
dcc_extension.sh \
init.class_main.sh \
init.crda.sh \
init.kernel.post_boot-pineapple.sh \
init.kernel.post_boot.sh \
init.mdm.sh \
init.qcom.class_core.sh \
init.qcom.coex.sh \
init.qcom.early_boot.sh \
init.qcom.efs.sync.sh \
init.qcom.post_boot.sh \
init.qcom.sdio.sh \
init.qcom.sensors.sh \
init.qcom.sh \
init.qcom.usb.sh \
init.qti.display_boot.sh \
init.qti.kernel.debug-pineapple.sh \
init.qti.kernel.debug.sh \
init.qti.kernel.early_debug-pineapple.sh \
init.qti.kernel.early_debug.sh \
init.qti.kernel.sh \
init.qti.media.sh \
init.qti.qcv.sh \
init.qti.write.sh \
init.ssdaemon_vendor.sh \
init.zte.post_boot.sh \
qca6234-service.sh \
start_wifi_sniffer_log.sh \
stop_wifi_sniffer_log.sh \
system_dlkm_modprobe.sh \
vendor_modprobe.sh \
PRODUCT_PACKAGES += \
fstab.enableswap_wb_100_4 \
init.fingerprint.gf95xx.rc \
init.qcom.factory.rc \
init.qcom.rc \
init.qcom.usb.rc \
init.qti.kernel.rc \
init.qti.kernel.test.rc \
init.qti.ufs.rc \
init.target.rc \
init.vendor.rc \
init.vendor.usb.rc \
init.recovery.qcom.rc \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/fstab.enableswap_wb_100_4:$(TARGET_VENDOR_RAMDISK_OUT)/first_stage_ramdisk/fstab.enableswap_wb_100_4
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
DEVICE_MANIFEST_FILE := vendor/nubia/NX769J/proprietary/vendor/etc/vintf/manifest_pineapple.xml
# Inherit the proprietary files
$(call inherit-product, vendor/nubia/NX769J/NX769J-vendor.mk)