Home | History | Annotate | Download | only in hikey960
      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 PRODUCT_COPY_FILES +=	device/linaro/hikey-kernel/Image.gz-hikey960:kernel \
     18 			device/linaro/hikey-kernel/hi3660-hikey960.dtb:hi3660-hikey960.dtb
     19 
     20 PRODUCT_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 # Build HiKey960 HDMI audio HAL. Experimental only may not work. FIXME
     30 PRODUCT_PACKAGES += audio.primary.hikey960
     31 
     32 PRODUCT_PACKAGES += gralloc.hikey960
     33 
     34 PRODUCT_PACKAGES += power.hikey960
     35 
     36 # Include vendor binaries
     37 $(call inherit-product-if-exists, vendor/linaro/hikey960/device-vendor.mk)
     38