blob: 55eaf72c12a0b9e32bb64590d4f54d60a5133a47 [file] [log] [blame]
Amit Pundiraf628c22016-11-02 16:37:00 +08001#
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 Shmidtb4e1ed02017-02-13 14:39:37 -080017PRODUCT_COPY_FILES += $(TARGET_PREBUILT_KERNEL):kernel \
18 $(TARGET_PREBUILT_DTB):hi6220-hikey.dtb \
John Stultz531fb4c2018-06-20 16:42:53 -070019 $(LOCAL_PATH)/$(TARGET_FSTAB):$(TARGET_COPY_OUT_VENDOR)/etc/fstab.hikey \
Alistair Strachandadf8342019-01-16 14:10:47 -080020 device/linaro/hikey/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.hikey \
Colin Crossd6260342019-03-22 13:16:17 -070021 device/linaro/hikey/hikey/init.hikey.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.rc \
John Stultz3424dc32018-04-11 15:37:34 -070022 device/linaro/hikey/init.hikey.power.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.power.rc \
Yongqin Liu339a2682020-09-11 17:54:01 +080023 device/linaro/hikey/hikey/init.hikey.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey.usb.rc \
John Stultz3424dc32018-04-11 15:37:34 -070024 device/linaro/hikey/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
Amit Pundir9441a3a2022-10-01 11:07:59 +053025 frameworks/base/data/keyboards/Generic.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hikey.kl
Amit Pundiraf628c22016-11-02 16:37:00 +080026
27# Build HiKey HDMI audio HAL
28PRODUCT_PACKAGES += audio.primary.hikey
29
30# Include USB speed switch App
31PRODUCT_PACKAGES += UsbSpeedSwitch
32
33# Build libion
34PRODUCT_PACKAGES += libion
35
36# Build gralloc for hikey
37PRODUCT_PACKAGES += gralloc.hikey
38
39# PowerHAL
40PRODUCT_PACKAGES += power.hikey
41
Dmitry Shmidtee5f1b52018-01-19 09:28:08 -080042# Sensors HAL
43PRODUCT_PACKAGES += sensors.hikey
44
John Stultz2e546272021-07-16 00:54:21 +000045PRODUCT_PACKAGES += hwcomposer.drm_hikey
Colin Crossd6260342019-03-22 13:16:17 -070046
John Stultz787c58d2018-03-29 20:53:56 -070047# Include mali blobs from ARM
John Stultzec36f2d2022-02-02 04:37:53 +000048PRODUCT_PACKAGES += libGLES_mali
Alistair Strachan10c509c2018-11-20 18:09:27 -080049
50ifneq ($(TARGET_NO_RECOVERY),true)
51PRODUCT_COPY_FILES += \
52 device/linaro/hikey/init.recovery.common.rc:recovery/root/init.recovery.hikey.rc
53endif