Amit Pundir | af628c2 | 2016-11-02 16:37:00 +0800 | [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 | |
Dmitry Shmidt | b4e1ed0 | 2017-02-13 14:39:37 -0800 | [diff] [blame] | 17 | PRODUCT_COPY_FILES += $(TARGET_PREBUILT_KERNEL):kernel \ |
| 18 | $(TARGET_PREBUILT_DTB):hi6220-hikey.dtb \ |
| 19 | $(LOCAL_PATH)/$(TARGET_FSTAB):root/fstab.hikey \ |
Amit Pundir | af628c2 | 2016-11-02 16:37:00 +0800 | [diff] [blame] | 20 | device/linaro/hikey/init.common.rc:root/init.hikey.rc \ |
Leo Yan | a063cbd | 2017-05-23 13:03:05 +0800 | [diff] [blame] | 21 | device/linaro/hikey/init.hikey.power.rc:root/init.hikey.power.rc \ |
Amit Pundir | af628c2 | 2016-11-02 16:37:00 +0800 | [diff] [blame] | 22 | device/linaro/hikey/init.common.usb.rc:root/init.hikey.usb.rc \ |
| 23 | device/linaro/hikey/ueventd.common.rc:root/ueventd.hikey.rc \ |
| 24 | device/linaro/hikey/common.kl:system/usr/keylayout/hikey.kl |
| 25 | |
| 26 | # Build HiKey HDMI audio HAL |
| 27 | PRODUCT_PACKAGES += audio.primary.hikey |
| 28 | |
| 29 | # Include USB speed switch App |
| 30 | PRODUCT_PACKAGES += UsbSpeedSwitch |
| 31 | |
| 32 | # Build libion |
| 33 | PRODUCT_PACKAGES += libion |
| 34 | |
| 35 | # Build gralloc for hikey |
| 36 | PRODUCT_PACKAGES += gralloc.hikey |
| 37 | |
| 38 | # PowerHAL |
| 39 | PRODUCT_PACKAGES += power.hikey |
| 40 | |
Dmitry Shmidt | ee5f1b5 | 2018-01-19 09:28:08 -0800 | [diff] [blame] | 41 | # Sensors HAL |
| 42 | PRODUCT_PACKAGES += sensors.hikey |
| 43 | |
Amit Pundir | af628c2 | 2016-11-02 16:37:00 +0800 | [diff] [blame] | 44 | # Include vendor binaries |
| 45 | $(call inherit-product-if-exists, vendor/linaro/hikey/device-vendor.mk) |