blob: d0334f66338dabab8c8e3c5aba2f2212c32c7bbd [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
Sahaj Sarup93980e02018-09-11 13:24:20 +000021ifneq (,$(filter $(TARGET_PRODUCT),hikey960_tv hikey_tv))
22# Setup TV Build
23USE_OEM_TV_APP := true
24$(call inherit-product, device/google/atv/products/atv_base.mk)
25PRODUCT_CHARACTERISTICS := tv
26PRODUCT_AAPT_PREF_CONFIG := tvdpi
27PRODUCT_IS_ATV := true
28else
Vishal Bhoje72c9202015-10-23 18:10:21 +010029# Adjust the dalvik heap to be appropriate for a tablet.
John Stultz58bae752018-10-18 13:13:24 -070030$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
Sahaj Sarup93980e02018-09-11 13:24:20 +000031endif
Vishal Bhoje72c9202015-10-23 18:10:21 +010032
Niranjan Yadla88a93e42017-08-29 15:22:40 -070033# Set vendor kernel path
34PRODUCT_VENDOR_KERNEL_HEADERS := device/linaro/hikey/kernel-headers
35
John Stultz57251742019-05-15 19:16:24 +000036PRODUCT_SHIPPING_API_LEVEL := 29
37PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
38
Yongqin Liu7271d392018-11-21 15:27:41 +080039
Vishal Bhoje72c9202015-10-23 18:10:21 +010040# Set custom settings
41DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
Sahaj Sarup93980e02018-09-11 13:24:20 +000042ifneq (,$(filter $(TARGET_PRODUCT),hikey960_tv hikey_tv))
43# Set TV Custom Settings
44DEVICE_PACKAGE_OVERLAYS += device/google/atv/overlay
45endif
Vishal Bhoje72c9202015-10-23 18:10:21 +010046
John Stultz2f5ac942019-05-16 00:28:46 +000047#avoid usb crash
48PRODUCT_PRODUCT_PROPERTIES += \
49 persist.adb.nonblocking_ffs=0 \
50 ro.adb.nonblocking_ffs=0 \
51
52
John Stultze113ecc2018-09-11 11:53:35 -070053#Force navkeys on
54PRODUCT_PROPERTY_OVERRIDES += qemu.hw.mainkeys=0
55
Vishal Bhoje72c9202015-10-23 18:10:21 +010056# Add openssh support for remote debugging and job submission
John Stultzd497f632017-05-30 23:51:33 -070057PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh
Dmitry Shmidta95006a2016-03-16 13:23:30 -070058
59# Add wifi-related packages
David Su26822282019-01-16 16:41:30 -080060PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd wificond
Dmitry Shmidta95006a2016-03-16 13:23:30 -070061PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \
62 wifi.supplicant_scan_interval=15
Vishal Bhoje72c9202015-10-23 18:10:21 +010063
64# Build and run only ART
65PRODUCT_RUNTIMES := runtime_libart_default
66
Amit Pundiraf628c22016-11-02 16:37:00 +080067# Build default bluetooth a2dp and usb audio HALs
68PRODUCT_PACKAGES += audio.a2dp.default \
Cheney Ni8b8c39c2019-03-18 14:11:30 +080069 audio.bluetooth.default \
John Stultz52ebc462016-06-03 11:37:21 -070070 audio.usb.default \
71 audio.r_submix.default \
72 tinyplay
Vishal Bhoje72c9202015-10-23 18:10:21 +010073
Mikhail Naganov692a6d72016-11-11 16:36:02 -080074PRODUCT_PACKAGES += \
John Stultzef8118a2019-05-15 23:49:24 +000075 android.hardware.audio@4.0-impl:32 \
76 android.hardware.audio.effect@4.0-impl:32 \
John Stultzd013ca82018-04-11 12:17:34 -070077 android.hardware.audio@2.0-service \
Mikhail Naganovcff48dd2016-11-21 15:22:21 -080078 android.hardware.broadcastradio@1.0-impl \
Cheney Ni8b8c39c2019-03-18 14:11:30 +080079 android.hardware.soundtrigger@2.0-impl \
80 android.hardware.bluetooth.audio@2.0-impl
Mikhail Naganov692a6d72016-11-11 16:36:02 -080081
John Stultz3424dc32018-04-11 15:37:34 -070082PRODUCT_PACKAGES += vndk_package
83
Jeff Tinkerbc86f722017-01-01 11:02:12 -080084PRODUCT_PACKAGES += \
85 android.hardware.drm@1.0-impl \
Cheney Ni8b8c39c2019-03-18 14:11:30 +080086 android.hardware.drm@1.0-service
Jeff Tinkerbc86f722017-01-01 11:02:12 -080087
Chia-I Wu075e7772017-04-24 13:49:38 -070088# Graphics HAL
89PRODUCT_PACKAGES += \
90 android.hardware.graphics.allocator@2.0-impl \
John Stultzd013ca82018-04-11 12:17:34 -070091 android.hardware.graphics.allocator@2.0-service \
Chia-I Wu2b614442017-10-19 15:07:35 -070092 android.hardware.graphics.composer@2.1-impl \
John Stultzd013ca82018-04-11 12:17:34 -070093 android.hardware.graphics.composer@2.1-service \
Chia-I Wu075e7772017-04-24 13:49:38 -070094 android.hardware.graphics.mapper@2.0-impl
95
Dmitry Shmidt4cb6c2b2017-08-29 15:05:18 -070096# Memtrack
97PRODUCT_PACKAGES += memtrack.default \
98 android.hardware.memtrack@1.0-service \
99 android.hardware.memtrack@1.0-impl
100
John Stultzd497f632017-05-30 23:51:33 -0700101ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true)
102PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim
103else
104PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux
105endif
106
John Stultz7266c5f2016-06-09 14:18:57 -0700107# PowerHAL
John Stultzc1875b52018-11-20 16:15:20 -0800108PRODUCT_PACKAGES += \
109 android.hardware.power@1.1-impl \
110 android.hardware.power@1.1-service.hikey-common
John Stultz7266c5f2016-06-09 14:18:57 -0700111
Hridya Valsarajua4fe7ca2016-12-02 16:02:28 -0800112#GNSS HAL
113PRODUCT_PACKAGES += \
114 android.hardware.gnss@1.0-impl
115
Janis Danisevskise46fc832019-06-27 10:14:32 -0700116# Software Gatekeeper HAL
117PRODUCT_PACKAGES += \
118 android.hardware.gatekeeper@1.0-service.software
119
Janis Danisevskisfa3896c2016-11-22 10:45:49 +0000120# Keymaster HAL
121PRODUCT_PACKAGES += \
John Stultzd013ca82018-04-11 12:17:34 -0700122 android.hardware.keymaster@3.0-impl \
123 android.hardware.keymaster@3.0-service
124
Janis Danisevskisfa3896c2016-11-22 10:45:49 +0000125
Ben Fennema52301e42017-10-17 12:24:04 -0700126# Sensor HAL
127ifneq ($(TARGET_SENSOR_MEZZANINE),)
128TARGET_USES_NANOHUB_SENSORHAL := true
129NANOHUB_SENSORHAL_LID_STATE_ENABLED := true
130NANOHUB_SENSORHAL_SENSORLIST := $(LOCAL_PATH)/sensorhal/sensorlist_$(TARGET_SENSOR_MEZZANINE).cpp
131NANOHUB_SENSORHAL_DIRECT_REPORT_ENABLED := true
132NANOHUB_SENSORHAL_DYNAMIC_SENSOR_EXT_ENABLED := true
133
134PRODUCT_PACKAGES += \
135 context_hub.default \
136 android.hardware.sensors@1.0-service \
137 android.hardware.sensors@1.0-impl \
138 android.hardware.contexthub@1.0-service \
Dmitry Shmidtee5f1b52018-01-19 09:28:08 -0800139 android.hardware.contexthub@1.0-impl
Ben Fennema52301e42017-10-17 12:24:04 -0700140
141# Nanohub tools
142PRODUCT_PACKAGES += stm32_flash nanoapp_cmd nanotool
143
144PRODUCT_COPY_FILES += \
145 device/linaro/hikey/init.common.nanohub.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nanohub.rc
Denis Cioccab92f2ef2017-10-31 17:18:50 +0800146
147# Copy sensors config file(s)
148PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700149 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
150 frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.ambient_temperature.xml \
151 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
152 frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
153 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
154 frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hifi_sensors.xml \
155 frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
156 frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.relative_humidity.xml \
157 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
158 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 +0800159
160# Argonkey VL53L0X proximity driver is not available yet. So we are going to copy conf file for neonkey only
161ifeq ($(TARGET_SENSOR_MEZZANINE),neonkey)
162PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700163 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 +0800164endif
Sahaj Sarup9a61afa2017-11-07 20:58:21 +0000165
166# VR HAL
167PRODUCT_COPY_FILES += \
168 frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-1.idc \
169 frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \
170 frameworks/native/data/etc/android.hardware.vr.headtracking-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.headtracking.xml
171
172PRODUCT_PACKAGES += \
173 vr.default \
174 android.hardware.vr@1.0-service \
175 android.hardware.vr@1.0-impl
176
Ben Fennema52301e42017-10-17 12:24:04 -0700177endif
178
Sahaj Sarup93980e02018-09-11 13:24:20 +0000179
180ifneq (,$(filter $(TARGET_PRODUCT),hikey960_tv hikey_tv))
181# TV Specific Packages
182PRODUCT_PACKAGES += \
183 TvSettings \
184 LiveTv \
185 google-tv-pairing-protocol \
186 TvProvision \
187 LeanbackSampleApp \
188 TvSampleLeanbackLauncher \
189 TvProvider \
190 SettingsIntelligence \
191 tv_input.default \
192 com.android.media.tv.remoteprovider \
193 InputDevices
194PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=260
195else
196
Sunny Goyald8abea82018-05-29 16:18:14 -0700197# Use Launcher3QuickStep
198PRODUCT_PACKAGES += Launcher3QuickStep
Sahaj Sarup93980e02018-09-11 13:24:20 +0000199PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=160
200endif
Sahaj Sarupaef8e3f2017-08-22 14:02:42 +0530201
Vishal Bhoje72c9202015-10-23 18:10:21 +0100202# Copy hardware config file(s)
203PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700204 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.xml \
Yongqin Liu5bd58a72018-12-28 15:14:02 +0800205 device/linaro/hikey/etc/permissions/android.software.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.xml \
John Stultz11ddf0b2018-04-11 12:25:32 -0700206 frameworks/native/data/etc/android.software.cts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.cts.xml \
207 frameworks/native/data/etc/android.software.app_widgets.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.app_widgets.xml \
208 frameworks/native/data/etc/android.software.backup.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.backup.xml \
209 frameworks/native/data/etc/android.software.voice_recognizers.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.voice_recognizers.xml \
210 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
211 frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
212 frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
213 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 +0100214
Vishal Bhoje72c9202015-10-23 18:10:21 +0100215# Include BT modules
John Stultz58bae752018-10-18 13:13:24 -0700216$(call inherit-product, device/linaro/hikey/wpan/ti-wpan-products.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +0100217
Vishal Bhoje72c9202015-10-23 18:10:21 +0100218PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700219 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
220 frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
221 frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
222 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
223 device/linaro/hikey/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
Dmitry Shmidt9dd7b9c2018-02-01 10:09:39 -0800224 $(LOCAL_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
225 $(LOCAL_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
Eric Laurentc313d912017-04-20 11:45:21 -0700226
227# audio policy configuration
Andrew Lehmer866339e2019-05-14 21:17:08 +0000228USE_XML_AUDIO_POLICY_CONF := 1
Eric Laurentc313d912017-04-20 11:45:21 -0700229PRODUCT_COPY_FILES += \
230 device/linaro/hikey/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
Cheney Ni8b8c39c2019-03-18 14:11:30 +0800231 device/linaro/hikey/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 -0700232 frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
Cheney Ni8b8c39c2019-03-18 14:11:30 +0800233 frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration.xml \
234 frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
Eric Laurentc313d912017-04-20 11:45:21 -0700235 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
236 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
237 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
238 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 +0100239
240# Copy media codecs config file
Eric Laurent3051d9e2016-06-10 14:37:37 -0700241PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700242 device/linaro/hikey/etc/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
243 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 -0700244
Colin Crossd6260342019-03-22 13:16:17 -0700245PRODUCT_COPY_FILES += \
246 device/linaro/hikey/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.common.rc \
247
John Stultz98e17f62018-04-11 15:33:22 -0700248PRODUCT_PACKAGES += \
249 android.hardware.renderscript@1.0.vndk-sp\
250 android.hardware.graphics.composer@2.1.vndk-sp\
251 android.hardware.graphics.allocator@2.0.vndk-sp\
252 android.hardware.graphics.mapper@2.0.vndk-sp\
253 android.hardware.graphics.common@1.0.vndk-sp\
254 libvndksupport.vndk-sp\
255 libbinder.vndk-sp\
256 libhwbinder.vndk-sp\
257 libbase.vndk-sp\
258 libfmq.vndk-sp\
259 libcutils.vndk-sp\
260 libhardware.vndk-sp\
261 libhidlbase.vndk-sp\
262 libhidltransport.vndk-sp\
263 libui.vndk-sp\
264 libutils.vndk-sp\
265 libc++.vndk-sp\
266 libRS_internal.vndk-sp\
267 libRSDriver.vndk-sp\
268 libRSCpuRef.vndk-sp\
269 libbcinfo.vndk-sp\
270 libblas.vndk-sp\
271 libft2.vndk-sp\
272 libpng.vndk-sp\
273 libcompiler_rt.vndk-sp\
274 libbacktrace.vndk-sp\
275 libunwind.vndk-sp\
276 libunwindstack.vndk-sp\
277 liblzma.vndk-sp\
278 libion.vndk-sp\
Amit Pundir1d095262019-10-08 17:38:17 +0530279
280# Health
281PRODUCT_PACKAGES += \
282 android.hardware.health@2.0-service \
283 android.hardware.health@2.0-impl