blob: f44ddd18da21791f9f44b147281bece56c2d2d2b [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001#
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 Stultzead7eed2019-06-19 23:02:25 +000017# Enable updating of APEXes
18$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
19
20
Vishal Bhoje72c9202015-10-23 18:10:21 +010021# Adjust the dalvik heap to be appropriate for a tablet.
John Stultz58bae752018-10-18 13:13:24 -070022$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
Robin Lee81bde6d2020-08-15 22:17:32 +020023$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +010024
Niranjan Yadla88a93e42017-08-29 15:22:40 -070025# Set vendor kernel path
Amit Pundire0b34ce2023-10-19 18:29:28 +053026PRODUCT_VENDOR_KERNEL_HEADERS := device/linaro/hikey960/kernel-headers
Niranjan Yadla88a93e42017-08-29 15:22:40 -070027
John Stultzaa4874d2021-07-08 02:00:45 +000028PRODUCT_SHIPPING_API_LEVEL := 31
John Stultz57251742019-05-15 19:16:24 +000029PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
30
Yongqin Liu7271d392018-11-21 15:27:41 +080031
John Stultze9bbc982020-10-08 07:03:39 +000032# Enable Scoped Storage related
33$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
34
Vishal Bhoje72c9202015-10-23 18:10:21 +010035# Set custom settings
Amit Pundire0b34ce2023-10-19 18:29:28 +053036DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey960/overlay
Vishal Bhoje72c9202015-10-23 18:10:21 +010037
John Stultz2f5ac942019-05-16 00:28:46 +000038#avoid usb crash
39PRODUCT_PRODUCT_PROPERTIES += \
40 persist.adb.nonblocking_ffs=0 \
41 ro.adb.nonblocking_ffs=0 \
42
John Stultze113ecc2018-09-11 11:53:35 -070043#Force navkeys on
44PRODUCT_PROPERTY_OVERRIDES += qemu.hw.mainkeys=0
45
Vishal Bhoje72c9202015-10-23 18:10:21 +010046# Add openssh support for remote debugging and job submission
John Stultzd497f632017-05-30 23:51:33 -070047PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh
Dmitry Shmidta95006a2016-03-16 13:23:30 -070048
49# Add wifi-related packages
David Su26822282019-01-16 16:41:30 -080050PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd wificond
Dmitry Shmidta95006a2016-03-16 13:23:30 -070051PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \
52 wifi.supplicant_scan_interval=15
Vishal Bhoje72c9202015-10-23 18:10:21 +010053
54# Build and run only ART
55PRODUCT_RUNTIMES := runtime_libart_default
56
Amit Pundiraf628c22016-11-02 16:37:00 +080057# Build default bluetooth a2dp and usb audio HALs
Etienne Ruffieux5d0db1d2022-03-04 13:37:17 +000058PRODUCT_PACKAGES += audio.bluetooth.default \
John Stultz52ebc462016-06-03 11:37:21 -070059 audio.usb.default \
60 audio.r_submix.default \
61 tinyplay
Vishal Bhoje72c9202015-10-23 18:10:21 +010062
Mikhail Naganov692a6d72016-11-11 16:36:02 -080063PRODUCT_PACKAGES += \
John Stultz84b31d12021-07-07 23:40:21 +000064 android.hardware.audio.service \
65 android.hardware.audio@7.0-impl \
66 android.hardware.audio.effect@7.0-impl \
Yifan Honga4524e62021-10-08 15:21:04 -070067 android.hardware.soundtrigger@2.3-impl \
Cheney Ni8b8c39c2019-03-18 14:11:30 +080068 android.hardware.bluetooth.audio@2.0-impl
Mikhail Naganov692a6d72016-11-11 16:36:02 -080069
John Stultz84b31d12021-07-07 23:40:21 +000070
John Stultz3424dc32018-04-11 15:37:34 -070071PRODUCT_PACKAGES += vndk_package
72
Jeff Tinkerbc86f722017-01-01 11:02:12 -080073PRODUCT_PACKAGES += \
John Stultzf8119882021-07-08 01:44:13 +000074 android.hardware.drm@1.3-service.clearkey \
75 android.hardware.drm@1.3-service.widevine \
Jeff Tinkerbc86f722017-01-01 11:02:12 -080076
Chia-I Wu075e7772017-04-24 13:49:38 -070077# Graphics HAL
78PRODUCT_PACKAGES += \
79 android.hardware.graphics.allocator@2.0-impl \
John Stultzd013ca82018-04-11 12:17:34 -070080 android.hardware.graphics.allocator@2.0-service \
Chia-I Wu2b614442017-10-19 15:07:35 -070081 android.hardware.graphics.composer@2.1-impl \
John Stultzd013ca82018-04-11 12:17:34 -070082 android.hardware.graphics.composer@2.1-service \
John Stultz84b31d12021-07-07 23:40:21 +000083 android.hardware.graphics.mapper@2.0-impl-2.1 \
Chia-I Wu075e7772017-04-24 13:49:38 -070084
Henri Chataingc3c889a2024-03-21 16:16:00 +000085PRODUCT_PACKAGES += android.hardware.bluetooth-service.default
John Stultzd497f632017-05-30 23:51:33 -070086
John Stultzf8119882021-07-08 01:44:13 +000087#
88# Power HAL
89#
John Stultzc1875b52018-11-20 16:15:20 -080090PRODUCT_PACKAGES += \
John Stultzf8119882021-07-08 01:44:13 +000091 android.hardware.power-service.example
92
93#
94# PowerStats HAL
95#
96PRODUCT_PACKAGES += \
97 android.hardware.power.stats-service.example
John Stultz7266c5f2016-06-09 14:18:57 -070098
Hridya Valsarajua4fe7ca2016-12-02 16:02:28 -080099
Janis Danisevskise46fc832019-06-27 10:14:32 -0700100# Software Gatekeeper HAL
101PRODUCT_PACKAGES += \
102 android.hardware.gatekeeper@1.0-service.software
103
Janis Danisevskisfa3896c2016-11-22 10:45:49 +0000104# Keymaster HAL
105PRODUCT_PACKAGES += \
John Stultzd013ca82018-04-11 12:17:34 -0700106 android.hardware.keymaster@3.0-impl \
107 android.hardware.keymaster@3.0-service
108
Janis Danisevskisfa3896c2016-11-22 10:45:49 +0000109
Ben Fennema52301e42017-10-17 12:24:04 -0700110# Sensor HAL
111ifneq ($(TARGET_SENSOR_MEZZANINE),)
112TARGET_USES_NANOHUB_SENSORHAL := true
113NANOHUB_SENSORHAL_LID_STATE_ENABLED := true
114NANOHUB_SENSORHAL_SENSORLIST := $(LOCAL_PATH)/sensorhal/sensorlist_$(TARGET_SENSOR_MEZZANINE).cpp
115NANOHUB_SENSORHAL_DIRECT_REPORT_ENABLED := true
116NANOHUB_SENSORHAL_DYNAMIC_SENSOR_EXT_ENABLED := true
117
118PRODUCT_PACKAGES += \
119 context_hub.default \
120 android.hardware.sensors@1.0-service \
121 android.hardware.sensors@1.0-impl \
122 android.hardware.contexthub@1.0-service \
Dmitry Shmidtee5f1b52018-01-19 09:28:08 -0800123 android.hardware.contexthub@1.0-impl
Ben Fennema52301e42017-10-17 12:24:04 -0700124
125# Nanohub tools
126PRODUCT_PACKAGES += stm32_flash nanoapp_cmd nanotool
127
128PRODUCT_COPY_FILES += \
Amit Pundire0b34ce2023-10-19 18:29:28 +0530129 device/linaro/hikey960/init.common.nanohub.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nanohub.rc
Denis Cioccab92f2ef2017-10-31 17:18:50 +0800130
131# Copy sensors config file(s)
132PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700133 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
134 frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.ambient_temperature.xml \
135 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
136 frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
137 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
138 frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hifi_sensors.xml \
139 frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
140 frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.relative_humidity.xml \
141 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
142 frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml
Denis Cioccab92f2ef2017-10-31 17:18:50 +0800143
144# Argonkey VL53L0X proximity driver is not available yet. So we are going to copy conf file for neonkey only
145ifeq ($(TARGET_SENSOR_MEZZANINE),neonkey)
146PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700147 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml
Denis Cioccab92f2ef2017-10-31 17:18:50 +0800148endif
Sahaj Sarup9a61afa2017-11-07 20:58:21 +0000149
150# VR HAL
151PRODUCT_COPY_FILES += \
152 frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-1.idc \
153 frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \
154 frameworks/native/data/etc/android.hardware.vr.headtracking-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.headtracking.xml
155
156PRODUCT_PACKAGES += \
157 vr.default \
158 android.hardware.vr@1.0-service \
159 android.hardware.vr@1.0-impl
160
Ben Fennema52301e42017-10-17 12:24:04 -0700161endif
162
Sunny Goyald8abea82018-05-29 16:18:14 -0700163# Use Launcher3QuickStep
164PRODUCT_PACKAGES += Launcher3QuickStep
Sahaj Sarup93980e02018-09-11 13:24:20 +0000165PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=160
Sahaj Sarupaef8e3f2017-08-22 14:02:42 +0530166
Vishal Bhoje72c9202015-10-23 18:10:21 +0100167# Copy hardware config file(s)
168PRODUCT_COPY_FILES += \
Amit Pundire0b34ce2023-10-19 18:29:28 +0530169 device/linaro/hikey960/etc/permissions/android.hardware.screen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.xml \
170 device/linaro/hikey960/etc/permissions/android.software.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.xml \
John Stultz11ddf0b2018-04-11 12:25:32 -0700171 frameworks/native/data/etc/android.software.cts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.cts.xml \
172 frameworks/native/data/etc/android.software.app_widgets.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.app_widgets.xml \
173 frameworks/native/data/etc/android.software.backup.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.backup.xml \
174 frameworks/native/data/etc/android.software.voice_recognizers.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.voice_recognizers.xml \
175 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
176 frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
177 frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
178 frameworks/native/data/etc/android.software.device_admin.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_admin.xml
Vishal Bhoje72c9202015-10-23 18:10:21 +0100179
Vishal Bhoje72c9202015-10-23 18:10:21 +0100180PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700181 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
182 frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
183 frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
184 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
Amit Pundire0b34ce2023-10-19 18:29:28 +0530185 device/linaro/hikey960/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
Dmitry Shmidt9dd7b9c2018-02-01 10:09:39 -0800186 $(LOCAL_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
187 $(LOCAL_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
Eric Laurentc313d912017-04-20 11:45:21 -0700188
189# audio policy configuration
Andrew Lehmer866339e2019-05-14 21:17:08 +0000190USE_XML_AUDIO_POLICY_CONF := 1
Eric Laurentc313d912017-04-20 11:45:21 -0700191PRODUCT_COPY_FILES += \
Amit Pundire0b34ce2023-10-19 18:29:28 +0530192 device/linaro/hikey960/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
193 device/linaro/hikey960/audio/audio_policy_configuration_bluetooth_legacy_hal.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration_bluetooth_legacy_hal.xml \
Eric Laurentc313d912017-04-20 11:45:21 -0700194 frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
Mikhail Naganovd5148dd2021-10-27 22:58:38 +0000195 frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration_7_0.xml \
196 frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.xml \
Eric Laurentc313d912017-04-20 11:45:21 -0700197 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
198 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
199 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
200 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml
Vishal Bhoje72c9202015-10-23 18:10:21 +0100201
202# Copy media codecs config file
Eric Laurent3051d9e2016-06-10 14:37:37 -0700203PRODUCT_COPY_FILES += \
Amit Pundire0b34ce2023-10-19 18:29:28 +0530204 device/linaro/hikey960/etc/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
John Stultz11ddf0b2018-04-11 12:25:32 -0700205 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml
John Stultz98e17f62018-04-11 15:33:22 -0700206
Colin Crossd6260342019-03-22 13:16:17 -0700207PRODUCT_COPY_FILES += \
Amit Pundire0b34ce2023-10-19 18:29:28 +0530208 device/linaro/hikey960/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.common.rc \
Colin Crossd6260342019-03-22 13:16:17 -0700209
John Stultzf8119882021-07-08 01:44:13 +0000210
Amit Pundir1d095262019-10-08 17:38:17 +0530211# Health
212PRODUCT_PACKAGES += \
John Stultzf8119882021-07-08 01:44:13 +0000213 android.hardware.health@2.1-impl-cuttlefish \
214 android.hardware.health@2.1-service
Yongqin Liu4b5a0f82021-08-18 17:42:32 +0800215
216# TODO: disable this service once we implement system suspend
217PRODUCT_PACKAGES += \
218 suspend_blocker
Yongqin Liu9efebb72022-06-07 00:08:29 +0800219
220TARGET_PRODUCT_PROP := $(LOCAL_PATH)/product.prop