-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtreble.mk
More file actions
129 lines (105 loc) · 3.74 KB
/
treble.mk
File metadata and controls
129 lines (105 loc) · 3.74 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Graphics HAL
PRODUCT_PACKAGES += \
android.hardware.graphics.mapper@2.0-impl-2.1 \
android.hardware.graphics.mapper@4.0-impl.minigbm \
android.hardware.graphics.mapper@4.0-impl.minigbm_arcvm\
android.hardware.graphics.mapper@4.0-impl.minigbm_gbm_mesa \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.allocator@4.0-service.minigbm \
android.hardware.graphics.allocator@4.0-service.minigbm_arcvm \
android.hardware.graphics.allocator@4.0-service.minigbm_gbm_mesa
# HWComposer HAL
PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.composer@2.4-impl \
android.hardware.graphics.composer@2.1-service \
android.hardware.graphics.composer@2.4-service \
android.hardware.graphics.composer@2.1-drmfb-service
# Audio HAL
PRODUCT_PACKAGES += \
android.hardware.audio.service \
android.hardware.audio@7.1-impl \
android.hardware.audio.effect@7.0-impl \
android.hardware.soundtrigger@2.3-impl
# Bluetooth HAL
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1-service.vbt \
android.hardware.bluetooth@1.1-service.btlinux \
android.hardware.bluetooth.audio@2.1-impl \
# Camera HAL
PRODUCT_PACKAGES += \
camera.x86
# Media codec
PRODUCT_PACKAGES += \
android.hardware.media.c2@1.1-service \
android.hardware.media.c2@1.2-ffmpeg-service \
android.hardware.media.omx@1.0-service
# DumpState HAL
PRODUCT_PACKAGES += \
android.hardware.dumpstate@1.0-impl \
android.hardware.dumpstate@1.0-service.example
# Gatekeeper HAL
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-service.software
# Health HAL
PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl \
android.hardware.health@2.1-service
# Keymaster HAL
PRODUCT_PACKAGES += \
android.hardware.keymaster@4.1-service
# Light HAL
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \
android.hardware.light@2.0-service
# Memtrack HAL
PRODUCT_PACKAGES += \
memtrack.default \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service
# Power HAL
PRODUCT_PACKAGES += \
power.x86 \
android.hardware.power@1.0-impl \
android.hardware.power@1.0-service
# RenderScript HAL
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# Sensors HAL
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl
# USB HAL
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-impl \
android.hardware.usb@1.0-service
# Drm HAL
PRODUCT_PACKAGES += \
android.hardware.drm@1.4-service-lazy.clearkey
# GPS HAL
PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl \
android.hardware.gnss@1.0-service
# ConfigStore HAL
PRODUCT_PACKAGES += \
android.hardware.configstore@1.1-service
# Thermal HAL
PRODUCT_PACKAGES += \
android.hardware.thermal@2.0-service.intel
# Bootctrl HAL
PRODUCT_PACKAGES += \
android.hardware.boot@1.2-x86impl \
android.hardware.boot@1.2-x86impl.recovery \
android.hardware.boot@1.2-service
PRODUCT_SOONG_NAMESPACES += \
hardware/google/camera \
hardware/google/camera/devices/EmulatedCamera \
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.5-service-google \
libgooglecamerahwl_impl
PRODUCT_COPY_FILES += \
hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_back.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_back.json \
hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_front.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_front.json \
hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_depth.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_depth.json
# vndservicemanager
PRODUCT_PACKAGES += vndservicemanager