-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathice910dk.mk
33 lines (24 loc) · 1.07 KB
/
ice910dk.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
TARGET_PREBUILT_KERNEL := device/thead/thead_ice910/kernel/kernel-ice910
TARGET_PREBUILT_DTB := device/thead/thead_ice910/kernel/ice_evb_c910.dtb
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, device/thead/thead_ice910/ice910dk/device-ice910dk.mk)
$(call inherit-product, device/thead/thead_ice910/device-common.mk)
USE_OEM_TV_APP := true
$(call inherit-product, device/google/atv/products/atv_base.mk)
DEVICE_PACKAGE_OVERLAYS := device/thead/thead_ice910/overlay
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \
root/init.zygote32_64.rc \
root/init.zygote64_32.rc \
PRODUCT_COPY_FILES += \
system/core/rootdir/init.zygote32_64.rc:root/init.zygote32_64.rc \
DEVICE_PACKAGE_OVERLAYS := device/thead/thead_ice910/overlay/dk
PRODUCT_NAME := ice910dk
PRODUCT_DEVICE := ice910dk
PRODUCT_BRAND := Android
PRODUCT_MODEL := AOSP on XuanTie910(RISCV64)
PRODUCT_AAPT_PREF_CONFIG := tvdpi
PRODUCT_CHARACTERISTICS := tv
PRODUCT_PACKAGES += \
DeskClock \
RpLauncher