blob: 4da1c086ad8922bca52d68e3de744b3f45dd1f85 [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
17# Adjust the dalvik heap to be appropriate for a tablet.
18$(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
19
Niranjan Yadla88a93e42017-08-29 15:22:40 -070020# Set vendor kernel path
21PRODUCT_VENDOR_KERNEL_HEADERS := device/linaro/hikey/kernel-headers
22
Vishal Bhoje72c9202015-10-23 18:10:21 +010023# Set custom settings
24DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
25
John Stultze113ecc2018-09-11 11:53:35 -070026#Force navkeys on
27PRODUCT_PROPERTY_OVERRIDES += qemu.hw.mainkeys=0
28
Vishal Bhoje72c9202015-10-23 18:10:21 +010029# Add openssh support for remote debugging and job submission
John Stultzd497f632017-05-30 23:51:33 -070030PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh
Dmitry Shmidta95006a2016-03-16 13:23:30 -070031
32# Add wifi-related packages
mukesh agrawal2b2f7d32016-10-05 15:15:15 -070033PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd wificond wifilogd
Dmitry Shmidta95006a2016-03-16 13:23:30 -070034PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \
35 wifi.supplicant_scan_interval=15
Vishal Bhoje72c9202015-10-23 18:10:21 +010036
37# Build and run only ART
38PRODUCT_RUNTIMES := runtime_libart_default
39
Amit Pundiraf628c22016-11-02 16:37:00 +080040# Build default bluetooth a2dp and usb audio HALs
41PRODUCT_PACKAGES += audio.a2dp.default \
John Stultz52ebc462016-06-03 11:37:21 -070042 audio.usb.default \
43 audio.r_submix.default \
44 tinyplay
Vishal Bhoje72c9202015-10-23 18:10:21 +010045
Mikhail Naganov692a6d72016-11-11 16:36:02 -080046PRODUCT_PACKAGES += \
John Stultzd013ca82018-04-11 12:17:34 -070047 android.hardware.audio@2.0-service \
Mikhail Naganovcff48dd2016-11-21 15:22:21 -080048 android.hardware.audio@2.0-impl \
49 android.hardware.audio.effect@2.0-impl \
50 android.hardware.broadcastradio@1.0-impl \
51 android.hardware.soundtrigger@2.0-impl
Mikhail Naganov692a6d72016-11-11 16:36:02 -080052
John Stultz3424dc32018-04-11 15:37:34 -070053PRODUCT_PACKAGES += vndk_package
54
Jeff Tinkerbc86f722017-01-01 11:02:12 -080055PRODUCT_PACKAGES += \
56 android.hardware.drm@1.0-impl \
57
Vishal Bhoje72c9202015-10-23 18:10:21 +010058PRODUCT_PACKAGES += libGLES_android
59
Chia-I Wu075e7772017-04-24 13:49:38 -070060# Graphics HAL
61PRODUCT_PACKAGES += \
62 android.hardware.graphics.allocator@2.0-impl \
John Stultzd013ca82018-04-11 12:17:34 -070063 android.hardware.graphics.allocator@2.0-service \
Chia-I Wu2b614442017-10-19 15:07:35 -070064 android.hardware.graphics.composer@2.1-impl \
John Stultzd013ca82018-04-11 12:17:34 -070065 android.hardware.graphics.composer@2.1-service \
Chia-I Wu075e7772017-04-24 13:49:38 -070066 android.hardware.graphics.mapper@2.0-impl
67
John Stultz6dc5ce52017-11-01 18:58:15 -070068ifeq ($(HIKEY_USE_DRM_HWCOMPOSER), true)
69 BOARD_USES_DRM_HWCOMPOSER := true
70 PRODUCT_PACKAGES += hwcomposer.drm
71endif
72
Dmitry Shmidt4cb6c2b2017-08-29 15:05:18 -070073# Memtrack
74PRODUCT_PACKAGES += memtrack.default \
75 android.hardware.memtrack@1.0-service \
76 android.hardware.memtrack@1.0-impl
77
John Stultzd497f632017-05-30 23:51:33 -070078ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true)
79PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim
80else
81PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux
82endif
83
John Stultz7266c5f2016-06-09 14:18:57 -070084# PowerHAL
Ruchi Kandoibb36ee22016-11-03 12:46:10 -070085PRODUCT_PACKAGES += android.hardware.power@1.0-impl
John Stultz7266c5f2016-06-09 14:18:57 -070086
Hridya Valsarajua4fe7ca2016-12-02 16:02:28 -080087#GNSS HAL
88PRODUCT_PACKAGES += \
89 android.hardware.gnss@1.0-impl
90
Janis Danisevskisfa3896c2016-11-22 10:45:49 +000091# Keymaster HAL
92PRODUCT_PACKAGES += \
John Stultzd013ca82018-04-11 12:17:34 -070093 android.hardware.keymaster@3.0-impl \
94 android.hardware.keymaster@3.0-service
95
Janis Danisevskisfa3896c2016-11-22 10:45:49 +000096
Ben Fennema52301e42017-10-17 12:24:04 -070097# Sensor HAL
98ifneq ($(TARGET_SENSOR_MEZZANINE),)
99TARGET_USES_NANOHUB_SENSORHAL := true
100NANOHUB_SENSORHAL_LID_STATE_ENABLED := true
101NANOHUB_SENSORHAL_SENSORLIST := $(LOCAL_PATH)/sensorhal/sensorlist_$(TARGET_SENSOR_MEZZANINE).cpp
102NANOHUB_SENSORHAL_DIRECT_REPORT_ENABLED := true
103NANOHUB_SENSORHAL_DYNAMIC_SENSOR_EXT_ENABLED := true
104
105PRODUCT_PACKAGES += \
106 context_hub.default \
107 android.hardware.sensors@1.0-service \
108 android.hardware.sensors@1.0-impl \
109 android.hardware.contexthub@1.0-service \
Dmitry Shmidtee5f1b52018-01-19 09:28:08 -0800110 android.hardware.contexthub@1.0-impl
Ben Fennema52301e42017-10-17 12:24:04 -0700111
112# Nanohub tools
113PRODUCT_PACKAGES += stm32_flash nanoapp_cmd nanotool
114
115PRODUCT_COPY_FILES += \
116 device/linaro/hikey/init.common.nanohub.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nanohub.rc
Denis Cioccab92f2ef2017-10-31 17:18:50 +0800117
118# Copy sensors config file(s)
119PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700120 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
121 frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.ambient_temperature.xml \
122 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
123 frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
124 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
125 frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hifi_sensors.xml \
126 frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
127 frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.relative_humidity.xml \
128 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
129 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 +0800130
131# Argonkey VL53L0X proximity driver is not available yet. So we are going to copy conf file for neonkey only
132ifeq ($(TARGET_SENSOR_MEZZANINE),neonkey)
133PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700134 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 +0800135endif
Sahaj Sarup9a61afa2017-11-07 20:58:21 +0000136
137# VR HAL
138PRODUCT_COPY_FILES += \
139 frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-1.idc \
140 frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \
141 frameworks/native/data/etc/android.hardware.vr.headtracking-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.headtracking.xml
142
143PRODUCT_PACKAGES += \
144 vr.default \
145 android.hardware.vr@1.0-service \
146 android.hardware.vr@1.0-impl
147
Ben Fennema52301e42017-10-17 12:24:04 -0700148endif
149
Sunny Goyald8abea82018-05-29 16:18:14 -0700150# Use Launcher3QuickStep
151PRODUCT_PACKAGES += Launcher3QuickStep
Sahaj Sarupaef8e3f2017-08-22 14:02:42 +0530152
Vishal Bhoje72c9202015-10-23 18:10:21 +0100153# Copy hardware config file(s)
154PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700155 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.xml \
156 frameworks/native/data/etc/android.software.cts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.cts.xml \
157 frameworks/native/data/etc/android.software.app_widgets.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.app_widgets.xml \
158 frameworks/native/data/etc/android.software.backup.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.backup.xml \
159 frameworks/native/data/etc/android.software.voice_recognizers.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.voice_recognizers.xml \
160 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
161 frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
162 frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
163 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 +0100164
Vishal Bhoje72c9202015-10-23 18:10:21 +0100165# Include BT modules
Vishal Bhojdb0eda32016-04-05 17:49:02 +0100166$(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk)
Vishal Bhoje72c9202015-10-23 18:10:21 +0100167
Vishal Bhoje72c9202015-10-23 18:10:21 +0100168PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700169 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
170 frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
171 frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
172 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
173 device/linaro/hikey/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
Dmitry Shmidt9dd7b9c2018-02-01 10:09:39 -0800174 $(LOCAL_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
175 $(LOCAL_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
Eric Laurentc313d912017-04-20 11:45:21 -0700176
177# audio policy configuration
178USE_XML_AUDIO_POLICY_CONF := 1
179PRODUCT_COPY_FILES += \
180 device/linaro/hikey/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
181 frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
182 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
183 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
184 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
185 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 +0100186
187# Copy media codecs config file
Eric Laurent3051d9e2016-06-10 14:37:37 -0700188PRODUCT_COPY_FILES += \
John Stultz11ddf0b2018-04-11 12:25:32 -0700189 device/linaro/hikey/etc/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
190 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 -0700191
192PRODUCT_PACKAGES += \
193 android.hardware.renderscript@1.0.vndk-sp\
194 android.hardware.graphics.composer@2.1.vndk-sp\
195 android.hardware.graphics.allocator@2.0.vndk-sp\
196 android.hardware.graphics.mapper@2.0.vndk-sp\
197 android.hardware.graphics.common@1.0.vndk-sp\
198 libvndksupport.vndk-sp\
199 libbinder.vndk-sp\
200 libhwbinder.vndk-sp\
201 libbase.vndk-sp\
202 libfmq.vndk-sp\
203 libcutils.vndk-sp\
204 libhardware.vndk-sp\
205 libhidlbase.vndk-sp\
206 libhidltransport.vndk-sp\
207 libui.vndk-sp\
208 libutils.vndk-sp\
209 libc++.vndk-sp\
210 libRS_internal.vndk-sp\
211 libRSDriver.vndk-sp\
212 libRSCpuRef.vndk-sp\
213 libbcinfo.vndk-sp\
214 libblas.vndk-sp\
215 libft2.vndk-sp\
216 libpng.vndk-sp\
217 libcompiler_rt.vndk-sp\
218 libbacktrace.vndk-sp\
219 libunwind.vndk-sp\
220 libunwindstack.vndk-sp\
221 liblzma.vndk-sp\
222 libion.vndk-sp\