-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevice.mk
More file actions
28 lines (22 loc) · 714 Bytes
/
device.mk
File metadata and controls
28 lines (22 loc) · 714 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
LOCAL_PATH := device/kyocera/KY41C
# Health
PRODUCT_PACKAGES += \
android.hardware.health@2.0-impl \
android.hardware.health@2.0-impl.recovery \
android.hardware.health@2.0-service
# API levels
PRODUCT_SHIPPING_API_LEVEL := 29
# VNDK
PRODUCT_TARGET_VNDK_VERSION := 29
# Build lshal : This is to debug AIDL/HIDL
PRODUCT_PACKAGES += lshal
# Put it into recovery ramdisk
TARGET_RECOVERY_DEVICE_MODULES += lshal
# Add (only?) Keymaster 3
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-service.trustonic
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.keymaster.version=3.0 \
ro.hardware.kmsetkey=trustonic \
ro.hardware.gatekeeper=trustonic \
ro.vendor.mtk_trustonic_tee_support=1