Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 1 | # |
| 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 | |
| 20 | ifeq ($(TARGET_PREBUILT_KERNEL),) |
| 21 | LOCAL_KERNEL := device/linaro/hikey-kernel/Image |
| 22 | LOCAL_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb |
| 23 | else |
| 24 | LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) |
| 25 | LOCAL_DTB := $(TARGET_PREBUILT_DTB) |
| 26 | endif |
| 27 | |
| 28 | PRODUCT_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 \ |
| 32 | $(LOCAL_PATH)/ueventd.hikey.rc:root/ueventd.hikey.rc \ |
| 33 | $(LOCAL_PATH)/hikey.kl:system/usr/keylayout/hikey.kl |
| 34 | |
| 35 | $(call inherit-product-if-exists, device/linaro/hikey-kernel/modules/wifi/wifi.mk) |
| 36 | |
| 37 | # Set custom settings |
| 38 | DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay |
| 39 | |
| 40 | # Add openssh support for remote debugging and job submission |
| 41 | PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh uim wpa_supplicant |
| 42 | |
| 43 | # Build and run only ART |
| 44 | PRODUCT_RUNTIMES := runtime_libart_default |
| 45 | |
| 46 | # Build BT a2dp audio HAL |
| 47 | PRODUCT_PACKAGES += audio.a2dp.default |
| 48 | |
| 49 | # Include USB speed switch App |
| 50 | PRODUCT_PACKAGES += UsbSpeedSwitch |
| 51 | |
Vishal Bhoj | 78e9049 | 2015-12-07 01:36:32 +0530 | [diff] [blame] | 52 | # Build libion |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 53 | PRODUCT_PACKAGES += libion |
| 54 | |
Vishal Bhoj | 78e9049 | 2015-12-07 01:36:32 +0530 | [diff] [blame] | 55 | # Build gralloc for hikey |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 56 | PRODUCT_PACKAGES += gralloc.hikey |
| 57 | |
| 58 | # Set zygote config |
| 59 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32 |
| 60 | PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc |
| 61 | |
| 62 | PRODUCT_PACKAGES += libGLES_android |
| 63 | |
| 64 | # Copy hardware config file(s) |
| 65 | PRODUCT_COPY_FILES += \ |
| 66 | device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \ |
| 67 | frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ |
| 68 | frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \ |
| 69 | frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \ |
| 70 | frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml |
| 71 | |
| 72 | #Copy Graphics binaries |
| 73 | PRODUCT_COPY_FILES += vendor/linaro/hikey/mali/64bit/libGLES_mali.so:system/lib64/egl/libGLES_mali.so \ |
| 74 | vendor/linaro/hikey/mali/32bit/libGLES_mali.so:system/lib/egl/libGLES_mali.so |
| 75 | |
| 76 | # Include BT modules |
John Stultz | 5c69c8c | 2015-11-23 17:13:51 -0800 | [diff] [blame] | 77 | $(call inherit-product-if-exists, devices/linaro/hikey/wpan/ti-wpan-products.mk) |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 78 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 79 | PRODUCT_COPY_FILES += \ |
| 80 | frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ |
| 81 | frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \ |
| 82 | frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ |
| 83 | device/linaro/hikey/bt-wifi-firmware-util/TIInit_11.8.32.bts:system/etc/firmware/ti-connectivity/TIInit_11.8.32.bts \ |
| 84 | device/linaro/hikey/bt-wifi-firmware-util/TIInit_11.8.32.bts:system/etc/firmware/TIInit_11.8.32.bts \ |
| 85 | device/linaro/hikey/bt-wifi-firmware-util/wl18xx-fw-4.bin:system/etc/firmware/ti-connectivity/wl18xx-fw-4.bin \ |
| 86 | device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \ |
Dmitry Shmidt | f7507c4 | 2015-12-04 16:07:16 -0800 | [diff] [blame] | 87 | device/linaro/hikey/android_dhcpcd.conf:system/etc/dhcpcd/dhcpcd.conf \ |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 88 | device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf |
| 89 | |
| 90 | # Copy media codecs config file |
| 91 | PRODUCT_COPY_FILES += device/linaro/hikey/etc/media_codecs.xml:system/etc/media_codecs.xml |