blob: 7c9aa8f980ad2cfdac91524ac27bad3b4aa250b9 [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001#
2# Copyright (C) 2011 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# Adjust the dalvik heap to be appropriate for a tablet.
18$(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
19
20ifeq ($(TARGET_PREBUILT_KERNEL),)
John Stultz7329c0c2016-05-21 14:44:29 -070021LOCAL_KERNEL := device/linaro/hikey-kernel/Image-dtb
Vishal Bhoje72c9202015-10-23 18:10:21 +010022LOCAL_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb
Dmitry Shmidt60380202016-03-23 12:31:46 -070023LOCAL_FSTAB := fstab.hikey
Vishal Bhoje72c9202015-10-23 18:10:21 +010024else
25LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
26LOCAL_DTB := $(TARGET_PREBUILT_DTB)
Dmitry Shmidt60380202016-03-23 12:31:46 -070027LOCAL_FSTAB := $(TARGET_FSTAB)
Vishal Bhoje72c9202015-10-23 18:10:21 +010028endif
29
30PRODUCT_COPY_FILES += $(LOCAL_KERNEL):kernel \
31 $(LOCAL_DTB):hi6220-hikey.dtb \
Dmitry Shmidt60380202016-03-23 12:31:46 -070032 $(LOCAL_PATH)/$(LOCAL_FSTAB):root/fstab.hikey \
Vishal Bhoje72c9202015-10-23 18:10:21 +010033 $(LOCAL_PATH)/init.hikey.rc:root/init.hikey.rc \
Dmitry Shmidtd7114332015-12-10 10:35:59 -080034 $(LOCAL_PATH)/init.hikey.usb.rc:root/init.hikey.usb.rc \
Vishal Bhoje72c9202015-10-23 18:10:21 +010035 $(LOCAL_PATH)/ueventd.hikey.rc:root/ueventd.hikey.rc \
36 $(LOCAL_PATH)/hikey.kl:system/usr/keylayout/hikey.kl
37
Vishal Bhoje72c9202015-10-23 18:10:21 +010038# Set custom settings
39DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
40
41# Add openssh support for remote debugging and job submission
Dmitry Shmidta95006a2016-03-16 13:23:30 -070042PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh uim
43
44# Add wifi-related packages
Dmitry Shmidtf4335342016-04-05 12:04:36 -070045PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd
Dmitry Shmidta95006a2016-03-16 13:23:30 -070046PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \
47 wifi.supplicant_scan_interval=15
Vishal Bhoje72c9202015-10-23 18:10:21 +010048
49# Build and run only ART
50PRODUCT_RUNTIMES := runtime_libart_default
51
John Stultz52ebc462016-06-03 11:37:21 -070052# Build HiKey HDMI, bluetooth a2dp and usb audio HALs
53PRODUCT_PACKAGES += audio.primary.hikey \
54 audio.a2dp.default \
55 audio.usb.default \
56 audio.r_submix.default \
57 tinyplay
Vishal Bhoje72c9202015-10-23 18:10:21 +010058
59# Include USB speed switch App
60PRODUCT_PACKAGES += UsbSpeedSwitch
61
Vishal Bhoj78e90492015-12-07 01:36:32 +053062# Build libion
Vishal Bhoje72c9202015-10-23 18:10:21 +010063PRODUCT_PACKAGES += libion
64
Vishal Bhoj4c73b4a2016-02-12 12:17:31 +000065# Build gralloc for hikey
Vishal Bhoje72c9202015-10-23 18:10:21 +010066PRODUCT_PACKAGES += gralloc.hikey
67
68# Set zygote config
69PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
70PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc
71
72PRODUCT_PACKAGES += libGLES_android
73
John Stultz44d79ea2016-01-29 11:47:47 -080074PRODUCT_PACKAGES += TIInit_11.8.32.bts \
75 wl18xx-fw-4.bin \
76 wl18xx-conf.bin
Vishal Bhoj4c73b4a2016-02-12 12:17:31 +000077
John Stultz7266c5f2016-06-09 14:18:57 -070078# PowerHAL
79PRODUCT_PACKAGES += power.hikey
80
Vishal Bhoje72c9202015-10-23 18:10:21 +010081# Copy hardware config file(s)
82PRODUCT_COPY_FILES += \
83 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \
84 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
85 frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \
86 frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \
John Stultz52ebc462016-06-03 11:37:21 -070087 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
88 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml
Vishal Bhoje72c9202015-10-23 18:10:21 +010089
Dmitry Shmidt645532e2016-01-27 15:54:52 -080090# Include vendor binaries
91$(call inherit-product-if-exists, vendor/linaro/hikey/device-vendor.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +010092
93# Include BT modules
Vishal Bhojdb0eda32016-04-05 17:49:02 +010094$(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +010095
Vishal Bhoje72c9202015-10-23 18:10:21 +010096PRODUCT_COPY_FILES += \
97 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
98 frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
99 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
Vishal Bhoje72c9202015-10-23 18:10:21 +0100100 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
Dmitry Shmidt43780b12016-03-17 10:42:10 -0700101 device/linaro/hikey/android_dhcpcd.conf:system/etc/dhcpcd/dhcpcd.conf \
Vishal Bhoje72c9202015-10-23 18:10:21 +0100102 device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf
103
104# Copy media codecs config file
Eric Laurent3051d9e2016-06-10 14:37:37 -0700105PRODUCT_COPY_FILES += \
106 device/linaro/hikey/etc/media_codecs.xml:system/etc/media_codecs.xml \
107 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml
108