-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice-aosp.mk
112 lines (101 loc) · 3.44 KB
/
device-aosp.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
110
111
112
# Bluetooth
PRODUCT_PACKAGES += \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
# Codec2
PRODUCT_PACKAGES += \
libavservices_minijail.vendor:32 \
libavservices_minijail.vendor:64 \
libcodec2_vndk.vendor \
libmedia_ecoservice.vendor \
# Confirmation UI
PRODUCT_PACKAGES += \
[email protected]:64 \
[email protected]:64 \
libteeui_hal_support.vendor:64
# HIDL
PRODUCT_PACKAGES += \
libhidltransport.vendor \
libhwbinder.vendor
# Identity credential
PRODUCT_PACKAGES += \
android.hardware.identity-support-lib.vendor:64 \
android.hardware.identity_credential.xml
# Nos
PRODUCT_PACKAGES += \
libnos:64 \
libnosprotos:64 \
libnos_client_citadel:64 \
libnos_datagram:64 \
libnos_datagram_citadel:64 \
libnos_transport:64 \
nos_app_avb:64 \
nos_app_identity:64 \
nos_app_keymaster:64 \
nos_app_weaver:64
# Telephony
PRODUCT_PACKAGES += \
ImsServiceEntitlement \
Iwlan
# Tinycompress
PRODUCT_PACKAGES += \
libtinycompress
# Wi-Fi
PRODUCT_PACKAGES += \
libwifi-hal:64
# Misc interfaces
PRODUCT_PACKAGES += \
[email protected]:64 \
android.hardware.biometrics.common-V1-ndk_platform.vendor:64 \
android.hardware.biometrics.common-V2-ndk.vendor:64 \
android.hardware.biometrics.fingerprint-V1-ndk_platform.vendor:64 \
android.hardware.biometrics.fingerprint-V2-ndk.vendor:64 \
[email protected]:64 \
[email protected]:64 \
android.hardware.input.common-V1-ndk.vendor:64 \
android.hardware.input.processor-V1-ndk.vendor:64 \
[email protected]:64 \
[email protected]:64 \
android.hardware.neuralnetworks-V1-ndk_platform.vendor:64 \
android.hardware.neuralnetworks-V4-ndk.vendor:64 \
[email protected]:64 \
[email protected]:64 \
android.hardware.qorvo.uwb.service \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
com.google.hardware.pixel.display-V4-ndk.vendor
# Misc
PRODUCT_PACKAGES += \
libGralloc4Wrapper \
libaudioroutev2.vendor \
libcamera2ndk_vendor \
libexynosutils \
libexynosv4l2 \
libsfplugin_ccodec_utils.vendor \
libkeymint_support.vendor:64 \
libcppbor.vendor:64 \
libkeymaster4support.vendor:64 \
libnetfilter_conntrack:64 \
libnfnetlink:64 \
libsensorndkbridge \
libtrusty_metrics:64 \
pixelpowerstats_provider_aidl_interface-cpp.vendor:64 \
sensors.dynamic_sensor_hal
# Quick Tap
TARGET_SUPPORTS_QUICK_TAP := true
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.columbus.use_ap_sensor=false