• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
17PRODUCT_COPY_FILES +=	$(TARGET_PREBUILT_KERNEL):kernel \
18			$(TARGET_PREBUILT_DTB):hi3660-hikey960.dtb
19
20PRODUCT_COPY_FILES +=	$(LOCAL_PATH)/fstab.hikey960:root/fstab.hikey960 \
21			device/linaro/hikey/init.common.rc:root/init.hikey960.rc \
22			device/linaro/hikey/init.hikey960.power.rc:root/init.hikey960.power.rc \
23			device/linaro/hikey/init.common.usb.rc:root/init.hikey960.usb.rc \
24			device/linaro/hikey/ueventd.common.rc:root/ueventd.hikey960.rc \
25			device/linaro/hikey/common.kl:system/usr/keylayout/hikey960.kl \
26			frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:system/etc/permissions/android.hardware.vulkan.level.xml \
27			frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:system/etc/permissions/android.hardware.vulkan.version.xml
28
29# Copy hifi firmware
30PRODUCT_COPY_FILES += \
31	device/linaro/hikey/hifi/firmware/hifi-hikey960.img:system/etc/firmware/hifi/hifi.img
32
33
34# Build HiKey960 HDMI audio HAL. Experimental only may not work. FIXME
35PRODUCT_PACKAGES += audio.primary.hikey960
36
37PRODUCT_PACKAGES += gralloc.hikey960
38
39PRODUCT_PACKAGES += power.hikey960
40
41PRODUCT_PACKAGES += sensors.hikey960
42
43# Include vendor binaries
44$(call inherit-product-if-exists, vendor/linaro/hikey960/device-vendor.mk)
45