blob: b4d43b3f6d61cbacf2608316b6f9d036d769e218 [file] [log] [blame]
Dmitry Shmidt5d080802017-04-11 14:20:03 -07001#
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
John Stultzfb375232021-01-13 03:29:47 +000017# Enable Virtual A/B
18AB_OTA_UPDATER := true
19AB_OTA_PARTITIONS += \
20 product \
21 system \
22 system_ext \
23 vendor
24
25$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
26
Yongqin Liue7e999f2022-06-09 00:10:03 +080027# BootControl HAL
28PRODUCT_PACKAGES += \
Yongqin Liu51a2bd42022-06-22 22:26:03 +080029 android.hardware.boot@1.2-impl \
30 android.hardware.boot@1.2-impl.recovery \
31 android.hardware.boot@1.2-service
Yongqin Liue7e999f2022-06-09 00:10:03 +080032
Dmitry Shmidt64185fa2017-07-28 15:08:55 -070033PRODUCT_COPY_FILES += $(TARGET_PREBUILT_KERNEL):kernel \
34 $(TARGET_PREBUILT_DTB):hi3660-hikey960.dtb
Dmitry Shmidt5d080802017-04-11 14:20:03 -070035
John Stultz531fb4c2018-06-20 16:42:53 -070036PRODUCT_COPY_FILES += $(LOCAL_PATH)/fstab.hikey960:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.hikey960 \
John Stultza8cd4d92021-02-02 04:31:01 +000037 $(LOCAL_PATH)/fstab.hikey960:$(TARGET_COPY_OUT_RAMDISK)/fstab.hikey960 \
Colin Crossd6260342019-03-22 13:16:17 -070038 device/linaro/hikey/hikey960/init.hikey960.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.rc \
John Stultz3424dc32018-04-11 15:37:34 -070039 device/linaro/hikey/init.hikey960.power.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.power.rc \
Yongqin Liu339a2682020-09-11 17:54:01 +080040 device/linaro/hikey/hikey960/init.hikey960.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.usb.rc \
John Stultz3424dc32018-04-11 15:37:34 -070041 device/linaro/hikey/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
42 device/linaro/hikey/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hikey960.kl \
43 frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
Yongqin Liu20d4d642020-11-11 23:07:28 +080044 frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
45 frameworks/native/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml
Dmitry Shmidt5d080802017-04-11 14:20:03 -070046
John Stultz6d0db312021-01-12 06:21:30 +000047PRODUCT_BUILD_SUPER_PARTITION := true
48PRODUCT_USE_DYNAMIC_PARTITIONS := true
49PRODUCT_USE_DYNAMIC_PARTITION_SIZE :=true
50
Dmitry Shmidt5d080802017-04-11 14:20:03 -070051# Build HiKey960 HDMI audio HAL. Experimental only may not work. FIXME
52PRODUCT_PACKAGES += audio.primary.hikey960
53
John Stultz51d2a0d2017-05-26 22:06:58 -070054PRODUCT_PACKAGES += gralloc.hikey960
55
John Stultz79230402018-03-28 12:03:20 -070056#binary blobs from ARM
John Stultzec36f2d2022-02-02 04:37:53 +000057PRODUCT_PACKAGES += libGLES_mali \
58 vulkan.hikey960 \
59 libbccArm \
60 libRSDriverArm \
61 libmalicore.bc
Tim Kleinc85f9bb2019-05-14 08:46:58 +010062
Sasha Smundak9731f9b2020-11-23 22:21:40 -080063ifdef MALI_RS_DRIVER_AVAILABLE
John Stultzbe064a22018-08-08 12:21:58 -070064PRODUCT_COPY_FILES += \
65 $(LOCAL_PATH)/../mali/bifrost/lib/libclcore.bc:vendor/lib/libclcore.bc \
66 $(LOCAL_PATH)/../mali/bifrost/lib/libclcore_neon.bc:vendor/lib/libclcore_neon.bc \
67 $(LOCAL_PATH)/../mali/bifrost/bin/bcc:vendor/bin/bcc \
68 $(LOCAL_PATH)/../mali/bifrost/lib64/libbcc.so:vendor/lib64/libbcc.so \
69 $(LOCAL_PATH)/../mali/bifrost/lib64/libclcore.bc:vendor/lib64/libclcore.bc \
70 $(LOCAL_PATH)/../mali/bifrost/lib64/libLLVM.so:vendor/lib64/libLLVM.so
Tim Kleinc85f9bb2019-05-14 08:46:58 +010071endif
John Stultz79230402018-03-28 12:03:20 -070072
John Stultza6764b22018-08-07 17:43:39 -070073OVERRIDE_RS_DRIVER := libRSDriverArm.so
74PRODUCT_PACKAGES += android.hardware.renderscript@1.0-impl
75PRODUCT_PACKAGES += vndk_package
76
Dmitry Shmidt5d080802017-04-11 14:20:03 -070077PRODUCT_PACKAGES += power.hikey960
78
John Stultz0c244e82018-08-15 17:25:46 -070079PRODUCT_DEFAULT_PROPERTY_OVERRIDES += sys.usb.controller=ff100000.dwc3
80
Dmitry Shmidtee5f1b52018-01-19 09:28:08 -080081PRODUCT_PACKAGES += sensors.hikey960
Vishal Bhoj7b3cf212017-10-04 22:12:32 +053082
John Stultz2e546272021-07-16 00:54:21 +000083PRODUCT_PACKAGES += hwcomposer.drm_hikey960
Colin Crossd6260342019-03-22 13:16:17 -070084
Alistair Strachan10c509c2018-11-20 18:09:27 -080085ifneq ($(TARGET_NO_RECOVERY),true)
86PRODUCT_COPY_FILES += \
87 device/linaro/hikey/init.recovery.common.rc:recovery/root/init.recovery.hikey960.rc
88endif