-
Notifications
You must be signed in to change notification settings - Fork 0
/
device.mk
executable file
·129 lines (99 loc) · 5.4 KB
/
device.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
113
114
115
116
117
118
119
120
121
122
#
# Copyright (C) 2011 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
##Ramdisk stuff
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
$(LOCAL_PATH)/ramdisk/fstab.hi6210sft:root/fstab.hi6210sft \
$(LOCAL_PATH)/ramdisk/init.hi6210sft.rc:root/init.hi6210sft.rc \
$(LOCAL_PATH)/ramdisk/ueventd.hi6210sft.rc:root/ueventd.hi6210sft.rc \
$(LOCAL_PATH)/ramdisk/file_contexts:root/file_contexts\
$(LOCAL_PATH)/ramdisk/init:root/init\
$(LOCAL_PATH)/ramdisk/init.5801.rc:root/init.5801.rc\
$(LOCAL_PATH)/ramdisk/init.6165.rc:root/init.6165.rc\
$(LOCAL_PATH)/ramdisk/init.10106.rc:root/init.10106.rc\
$(LOCAL_PATH)/ramdisk/init.51054.rc:root/init.51054.rc\
$(LOCAL_PATH)/ramdisk/init.102173.rc:root/init.102173.rc\
$(LOCAL_PATH)/ramdisk/init.142782.rc:root/init.142782.rc\
$(LOCAL_PATH)/ramdisk/init.audio.rc:root/init.audio.rc\
$(LOCAL_PATH)/ramdisk/init.chip.usb.rc:root/init.chip.usb.rc\
$(LOCAL_PATH)/ramdisk/init.connectivity.bcm43xx.rc:root/init.connectivity.bcm43xx.rc\
$(LOCAL_PATH)/ramdisk/init.connectivity.hi110x.rc:root/init.connectivity.hi110x.rc\
$(LOCAL_PATH)/ramdisk/init.connectivity.rc:root/init.connectivity.rc\
$(LOCAL_PATH)/ramdisk/init.device.rc:root/init.device.rc\
$(LOCAL_PATH)/ramdisk/init.extmodem.rc:root/init.extmodem.rc\
$(LOCAL_PATH)/ramdisk/init.hisi.rc:root/init.hisi.rc\
$(LOCAL_PATH)/ramdisk/init.manufacture.rc:root/init.manufacture.rc\
$(LOCAL_PATH)/ramdisk/init.performance.rc:root/init.performance.rc\
$(LOCAL_PATH)/ramdisk/init.platform.rc:root/init.platform.rc\
$(LOCAL_PATH)/ramdisk/init.protocol.rc:root/init.protocol.rc\
$(LOCAL_PATH)/ramdisk/init.rc:root/init.rc\
$(LOCAL_PATH)/ramdisk/init.recovery.hi110x.rc:root/init.recovery.hi110x.rc\
$(LOCAL_PATH)/ramdisk/init.recovery.hi6210sft.rc:root/init.recovery.hi6210sft.rc\
$(LOCAL_PATH)/ramdisk/init.tee.rc:root/init.tee.rc\
$(LOCAL_PATH)/ramdisk/init.usb.rc:root/init.usb.rc\
$(LOCAL_PATH)/ramdisk/init.zygote64_32.rc:root/init.zygote64_32.rc\
$(LOCAL_PATH)/ramdisk/property_contexts:root/property_contexts\
$(LOCAL_PATH)/ramdisk/seapp_contexts:root/seapp_contexts\
$(LOCAL_PATH)/ramdisk/sepolicy:root/sepolicy\
$(LOCAL_PATH)/ramdisk/service_contexts:root/service_contexts\
$(LOCAL_PATH)/ramdisk/ueventd.5801.rc:root/ueventd.5801.rc\
$(LOCAL_PATH)/ramdisk/ueventd.6165.rc:root/ueventd.6165.rc\
$(LOCAL_PATH)/ramdisk/ueventd.10106.rc:root/ueventd.10106.rc\
$(LOCAL_PATH)/ramdisk/ueventd.51054.rc:root/ueventd.51054.rc\
$(LOCAL_PATH)/ramdisk/ueventd.102173.rc:root/ueventd.102173.rc\
$(LOCAL_PATH)/ramdisk/ueventd.142782.rc:root/ueventd.142782.rc\
$(LOCAL_PATH)/ramdisk/ueventd.rc:root/ueventd.rc)
# Set custom settings
#DEVICE_PACKAGE_OVERLAYS := device/HUAWEI/hi6210sft/overlay
# Add openssh support for remote debugging and job submission
PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh uim wpa_supplicant
# Build and run only ART
PRODUCT_RUNTIMES := runtime_libart_default
# Build BT a2dp audio HAL
PRODUCT_PACKAGES += audio.a2dp.default
# Needed to sync the system clock with the RTC clock
PRODUCT_PACKAGES += hwclock
# Include USB speed switch App
PRODUCT_PACKAGES += UsbSpeedSwitch
# Build libion for new double-buffering HDLCD driver
PRODUCT_PACKAGES += libion
# Build gatord daemon for DS-5/Streamline
PRODUCT_PACKAGES += gatord
# Build gralloc for Juno
PRODUCT_PACKAGES += gralloc.hi6210sft
# Include ION tests
PRODUCT_PACKAGES += iontest \
ion-unit-tests
# Set zygote config
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.no_hw_vsync=1 \
ro.secure=0 \
ro.adb.secure=0
PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc
PRODUCT_PACKAGES += libGLES_android
#Copy Graphics binaries
# Include BT modules
$(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk)
#$(call inherit-product-if-exists, device/HUAWEI/hi6210sft/boot_fat.mk)
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
device/HUAWEI/hi6210sft/bt-wifi-firmware-util/TIInit_11.8.32.bts:system/etc/firmware/ti-connectivity/TIInit_11.8.32.bts \
device/HUAWEI/hi6210sft/bt-wifi-firmware-util/TIInit_11.8.32.bts:system/etc/firmware/TIInit_11.8.32.bts \
device/HUAWEI/hi6210sft/bt-wifi-firmware-util/wl18xx-fw-4.bin:system/etc/firmware/ti-connectivity/wl18xx-fw-4.bin \
device/HUAWEI/hi6210sft/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
device/HUAWEI/hi6210sft/audio/audio_policy.conf:system/etc/audio_policy.conf