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 \ |
John Stultz | 531fb4c | 2018-06-20 16:42:53 -0700 | [diff] [blame] | 19 | $(LOCAL_PATH)/$(TARGET_FSTAB):$(TARGET_COPY_OUT_VENDOR)/etc/fstab.hikey \ |
Alistair Strachan | dadf834 | 2019-01-16 14:10:47 -0800 | [diff] [blame] | 20 | device/linaro/hikey/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.hikey \ |
Colin Cross | d626034 | 2019-03-22 13:16:17 -0700 | [diff] [blame] | 21 | device/linaro/hikey/hikey/init.hikey.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.rc \ |
John Stultz | 3424dc3 | 2018-04-11 15:37:34 -0700 | [diff] [blame] | 22 | device/linaro/hikey/init.hikey.power.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.power.rc \ |
Yongqin Liu | 339a268 | 2020-09-11 17:54:01 +0800 | [diff] [blame] | 23 | device/linaro/hikey/hikey/init.hikey.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.usb.rc \ |
John Stultz | 3424dc3 | 2018-04-11 15:37:34 -0700 | [diff] [blame] | 24 | device/linaro/hikey/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \ |
Amit Pundir | 9441a3a | 2022-10-01 11:07:59 +0530 | [diff] [blame] | 25 | frameworks/base/data/keyboards/Generic.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hikey.kl |
Amit Pundir | af628c2 | 2016-11-02 16:37:00 +0800 | [diff] [blame] | 26 | |
| 27 | # Build HiKey HDMI audio HAL |
| 28 | PRODUCT_PACKAGES += audio.primary.hikey |
| 29 | |
| 30 | # Include USB speed switch App |
| 31 | PRODUCT_PACKAGES += UsbSpeedSwitch |
| 32 | |
| 33 | # Build libion |
| 34 | PRODUCT_PACKAGES += libion |
| 35 | |
| 36 | # Build gralloc for hikey |
| 37 | PRODUCT_PACKAGES += gralloc.hikey |
| 38 | |
| 39 | # PowerHAL |
| 40 | PRODUCT_PACKAGES += power.hikey |
| 41 | |
Dmitry Shmidt | ee5f1b5 | 2018-01-19 09:28:08 -0800 | [diff] [blame] | 42 | # Sensors HAL |
| 43 | PRODUCT_PACKAGES += sensors.hikey |
| 44 | |
John Stultz | 2e54627 | 2021-07-16 00:54:21 +0000 | [diff] [blame] | 45 | PRODUCT_PACKAGES += hwcomposer.drm_hikey |
Colin Cross | d626034 | 2019-03-22 13:16:17 -0700 | [diff] [blame] | 46 | |
John Stultz | 787c58d | 2018-03-29 20:53:56 -0700 | [diff] [blame] | 47 | # Include mali blobs from ARM |
John Stultz | ec36f2d | 2022-02-02 04:37:53 +0000 | [diff] [blame] | 48 | PRODUCT_PACKAGES += libGLES_mali |
Alistair Strachan | 10c509c | 2018-11-20 18:09:27 -0800 | [diff] [blame] | 49 | |
| 50 | ifneq ($(TARGET_NO_RECOVERY),true) |
| 51 | PRODUCT_COPY_FILES += \ |
| 52 | device/linaro/hikey/init.recovery.common.rc:recovery/root/init.recovery.hikey.rc |
| 53 | endif |