-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevice-gzosp.mk
More file actions
38 lines (30 loc) · 823 Bytes
/
device-gzosp.mk
File metadata and controls
38 lines (30 loc) · 823 Bytes
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
# Context Hub Runtime Environment
PRODUCT_PACKAGES += \
chre
# Display
PRODUCT_PACKAGES += \
libdisplayconfig
# DRM
PRODUCT_PROPERTY_OVERRIDES += \
drm.service.enabled=true \
media.mediadrmservice.enable=true
# EUICC
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml
# Google Assistant
PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true
# HIDL
PRODUCT_PACKAGES += \
libhidltransport.vendor \
libhwbinder.vendor
# Overlays
DEVICE_PACKAGE_OVERLAYS += device/google/crosshatch/overlay-gzosp
# Utilities
PRODUCT_PACKAGES += \
libjson \
libprotobuf-cpp-full-vendorcompat \
libtinyxml
# WiFi
PRODUCT_PACKAGES += \
libwifi-hal:64 \
libwifi-hal-qcom