blob: bda7ebf74b3c9e81ac9911c4bf85258be5936727 [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),)
21LOCAL_KERNEL := device/linaro/hikey-kernel/Image
22LOCAL_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb
23else
24LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
25LOCAL_DTB := $(TARGET_PREBUILT_DTB)
26endif
27
28PRODUCT_COPY_FILES += $(LOCAL_KERNEL):kernel \
29 $(LOCAL_DTB):hi6220-hikey.dtb \
30 $(LOCAL_PATH)/fstab.hikey:root/fstab.hikey \
31 $(LOCAL_PATH)/init.hikey.rc:root/init.hikey.rc \
Dmitry Shmidtd7114332015-12-10 10:35:59 -080032 $(LOCAL_PATH)/init.hikey.usb.rc:root/init.hikey.usb.rc \
Vishal Bhoje72c9202015-10-23 18:10:21 +010033 $(LOCAL_PATH)/ueventd.hikey.rc:root/ueventd.hikey.rc \
34 $(LOCAL_PATH)/hikey.kl:system/usr/keylayout/hikey.kl
35
36$(call inherit-product-if-exists, device/linaro/hikey-kernel/modules/wifi/wifi.mk)
37
38# Set custom settings
39DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
40
41# Add openssh support for remote debugging and job submission
Dmitry Shmidt28394342016-03-16 13:23:30 -070042PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh uim
43
44# Add wifi-related packages
45PRODUCT_PACKAGES += libwpa_client wpa_supplicant
46PRODUCT_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
52# Build BT a2dp audio HAL
53PRODUCT_PACKAGES += audio.a2dp.default
54
55# Include USB speed switch App
56PRODUCT_PACKAGES += UsbSpeedSwitch
57
Vishal Bhoj78e90492015-12-07 01:36:32 +053058# Build libion
Vishal Bhoje72c9202015-10-23 18:10:21 +010059PRODUCT_PACKAGES += libion
60
Vishal Bhoj4c73b4a2016-02-12 12:17:31 +000061# Build gralloc for hikey
Vishal Bhoje72c9202015-10-23 18:10:21 +010062PRODUCT_PACKAGES += gralloc.hikey
63
64# Set zygote config
65PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
66PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc
67
68PRODUCT_PACKAGES += libGLES_android
69
Vishal Bhoj4c73b4a2016-02-12 12:17:31 +000070PRODUCT_PACKAGES += TIInit_11.8.32.bts \
71 wl18xx-fw-4.bin
72
Vishal Bhoje72c9202015-10-23 18:10:21 +010073# Copy hardware config file(s)
74PRODUCT_COPY_FILES += \
75 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \
76 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
77 frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \
78 frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \
79 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml
80
Dmitry Shmidt645532e2016-01-27 15:54:52 -080081# Include vendor binaries
82$(call inherit-product-if-exists, vendor/linaro/hikey/device-vendor.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +010083
84# Include BT modules
John Stultz5c69c8c2015-11-23 17:13:51 -080085$(call inherit-product-if-exists, devices/linaro/hikey/wpan/ti-wpan-products.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +010086
Vishal Bhoje72c9202015-10-23 18:10:21 +010087PRODUCT_COPY_FILES += \
88 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
89 frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
90 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
Vishal Bhoje72c9202015-10-23 18:10:21 +010091 device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
Vishal Bhoje72c9202015-10-23 18:10:21 +010092 device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf
93
94# Copy media codecs config file
95PRODUCT_COPY_FILES += device/linaro/hikey/etc/media_codecs.xml:system/etc/media_codecs.xml