Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 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 | # 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 Yadla | 88a93e4 | 2017-08-29 15:22:40 -0700 | [diff] [blame] | 20 | # Set vendor kernel path |
| 21 | PRODUCT_VENDOR_KERNEL_HEADERS := device/linaro/hikey/kernel-headers |
| 22 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 23 | # Set custom settings |
| 24 | DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay |
| 25 | |
| 26 | # Add openssh support for remote debugging and job submission |
John Stultz | d497f63 | 2017-05-30 23:51:33 -0700 | [diff] [blame] | 27 | PRODUCT_PACKAGES += ssh sftp scp sshd ssh-keygen sshd_config start-ssh |
Dmitry Shmidt | a95006a | 2016-03-16 13:23:30 -0700 | [diff] [blame] | 28 | |
| 29 | # Add wifi-related packages |
mukesh agrawal | 2b2f7d3 | 2016-10-05 15:15:15 -0700 | [diff] [blame] | 30 | PRODUCT_PACKAGES += libwpa_client wpa_supplicant hostapd wificond wifilogd |
Dmitry Shmidt | a95006a | 2016-03-16 13:23:30 -0700 | [diff] [blame] | 31 | PRODUCT_PROPERTY_OVERRIDES += wifi.interface=wlan0 \ |
| 32 | wifi.supplicant_scan_interval=15 |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 33 | |
| 34 | # Build and run only ART |
| 35 | PRODUCT_RUNTIMES := runtime_libart_default |
| 36 | |
Amit Pundir | af628c2 | 2016-11-02 16:37:00 +0800 | [diff] [blame] | 37 | # Build default bluetooth a2dp and usb audio HALs |
| 38 | PRODUCT_PACKAGES += audio.a2dp.default \ |
John Stultz | 52ebc46 | 2016-06-03 11:37:21 -0700 | [diff] [blame] | 39 | audio.usb.default \ |
| 40 | audio.r_submix.default \ |
| 41 | tinyplay |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 42 | |
Mikhail Naganov | 692a6d7 | 2016-11-11 16:36:02 -0800 | [diff] [blame] | 43 | PRODUCT_PACKAGES += \ |
John Stultz | d013ca8 | 2018-04-11 12:17:34 -0700 | [diff] [blame] | 44 | android.hardware.audio@2.0-service \ |
Mikhail Naganov | cff48dd | 2016-11-21 15:22:21 -0800 | [diff] [blame] | 45 | android.hardware.audio@2.0-impl \ |
| 46 | android.hardware.audio.effect@2.0-impl \ |
| 47 | android.hardware.broadcastradio@1.0-impl \ |
| 48 | android.hardware.soundtrigger@2.0-impl |
Mikhail Naganov | 692a6d7 | 2016-11-11 16:36:02 -0800 | [diff] [blame] | 49 | |
John Stultz | 3424dc3 | 2018-04-11 15:37:34 -0700 | [diff] [blame] | 50 | PRODUCT_PACKAGES += vndk_package |
| 51 | |
Jeff Tinker | bc86f72 | 2017-01-01 11:02:12 -0800 | [diff] [blame] | 52 | PRODUCT_PACKAGES += \ |
| 53 | android.hardware.drm@1.0-impl \ |
| 54 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 55 | PRODUCT_PACKAGES += libGLES_android |
| 56 | |
Chia-I Wu | 075e777 | 2017-04-24 13:49:38 -0700 | [diff] [blame] | 57 | # Graphics HAL |
| 58 | PRODUCT_PACKAGES += \ |
| 59 | android.hardware.graphics.allocator@2.0-impl \ |
John Stultz | d013ca8 | 2018-04-11 12:17:34 -0700 | [diff] [blame] | 60 | android.hardware.graphics.allocator@2.0-service \ |
Chia-I Wu | 2b61444 | 2017-10-19 15:07:35 -0700 | [diff] [blame] | 61 | android.hardware.graphics.composer@2.1-impl \ |
John Stultz | d013ca8 | 2018-04-11 12:17:34 -0700 | [diff] [blame] | 62 | android.hardware.graphics.composer@2.1-service \ |
Chia-I Wu | 075e777 | 2017-04-24 13:49:38 -0700 | [diff] [blame] | 63 | android.hardware.graphics.mapper@2.0-impl |
| 64 | |
John Stultz | 6dc5ce5 | 2017-11-01 18:58:15 -0700 | [diff] [blame] | 65 | ifeq ($(HIKEY_USE_DRM_HWCOMPOSER), true) |
| 66 | BOARD_USES_DRM_HWCOMPOSER := true |
| 67 | PRODUCT_PACKAGES += hwcomposer.drm |
| 68 | endif |
| 69 | |
Dmitry Shmidt | 4cb6c2b | 2017-08-29 15:05:18 -0700 | [diff] [blame] | 70 | # Memtrack |
| 71 | PRODUCT_PACKAGES += memtrack.default \ |
| 72 | android.hardware.memtrack@1.0-service \ |
| 73 | android.hardware.memtrack@1.0-impl |
| 74 | |
John Stultz | d497f63 | 2017-05-30 23:51:33 -0700 | [diff] [blame] | 75 | ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true) |
| 76 | PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim |
| 77 | else |
| 78 | PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux |
| 79 | endif |
| 80 | |
John Stultz | 7266c5f | 2016-06-09 14:18:57 -0700 | [diff] [blame] | 81 | # PowerHAL |
Ruchi Kandoi | bb36ee2 | 2016-11-03 12:46:10 -0700 | [diff] [blame] | 82 | PRODUCT_PACKAGES += android.hardware.power@1.0-impl |
John Stultz | 7266c5f | 2016-06-09 14:18:57 -0700 | [diff] [blame] | 83 | |
Hridya Valsaraju | a4fe7ca | 2016-12-02 16:02:28 -0800 | [diff] [blame] | 84 | #GNSS HAL |
| 85 | PRODUCT_PACKAGES += \ |
| 86 | android.hardware.gnss@1.0-impl |
| 87 | |
Janis Danisevskis | fa3896c | 2016-11-22 10:45:49 +0000 | [diff] [blame] | 88 | # Keymaster HAL |
| 89 | PRODUCT_PACKAGES += \ |
John Stultz | d013ca8 | 2018-04-11 12:17:34 -0700 | [diff] [blame] | 90 | android.hardware.keymaster@3.0-impl \ |
| 91 | android.hardware.keymaster@3.0-service |
| 92 | |
Janis Danisevskis | fa3896c | 2016-11-22 10:45:49 +0000 | [diff] [blame] | 93 | |
Ben Fennema | 52301e4 | 2017-10-17 12:24:04 -0700 | [diff] [blame] | 94 | # Sensor HAL |
| 95 | ifneq ($(TARGET_SENSOR_MEZZANINE),) |
| 96 | TARGET_USES_NANOHUB_SENSORHAL := true |
| 97 | NANOHUB_SENSORHAL_LID_STATE_ENABLED := true |
| 98 | NANOHUB_SENSORHAL_SENSORLIST := $(LOCAL_PATH)/sensorhal/sensorlist_$(TARGET_SENSOR_MEZZANINE).cpp |
| 99 | NANOHUB_SENSORHAL_DIRECT_REPORT_ENABLED := true |
| 100 | NANOHUB_SENSORHAL_DYNAMIC_SENSOR_EXT_ENABLED := true |
| 101 | |
| 102 | PRODUCT_PACKAGES += \ |
| 103 | context_hub.default \ |
| 104 | android.hardware.sensors@1.0-service \ |
| 105 | android.hardware.sensors@1.0-impl \ |
| 106 | android.hardware.contexthub@1.0-service \ |
Dmitry Shmidt | ee5f1b5 | 2018-01-19 09:28:08 -0800 | [diff] [blame] | 107 | android.hardware.contexthub@1.0-impl |
Ben Fennema | 52301e4 | 2017-10-17 12:24:04 -0700 | [diff] [blame] | 108 | |
| 109 | # Nanohub tools |
| 110 | PRODUCT_PACKAGES += stm32_flash nanoapp_cmd nanotool |
| 111 | |
| 112 | PRODUCT_COPY_FILES += \ |
| 113 | device/linaro/hikey/init.common.nanohub.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nanohub.rc |
Denis Ciocca | b92f2ef | 2017-10-31 17:18:50 +0800 | [diff] [blame] | 114 | |
| 115 | # Copy sensors config file(s) |
| 116 | PRODUCT_COPY_FILES += \ |
John Stultz | 11ddf0b | 2018-04-11 12:25:32 -0700 | [diff] [blame] | 117 | frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \ |
| 118 | frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.ambient_temperature.xml \ |
| 119 | frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \ |
| 120 | frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \ |
| 121 | frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \ |
| 122 | frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hifi_sensors.xml \ |
| 123 | frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \ |
| 124 | frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.relative_humidity.xml \ |
| 125 | frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \ |
| 126 | frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml |
Denis Ciocca | b92f2ef | 2017-10-31 17:18:50 +0800 | [diff] [blame] | 127 | |
| 128 | # Argonkey VL53L0X proximity driver is not available yet. So we are going to copy conf file for neonkey only |
| 129 | ifeq ($(TARGET_SENSOR_MEZZANINE),neonkey) |
| 130 | PRODUCT_COPY_FILES += \ |
John Stultz | 11ddf0b | 2018-04-11 12:25:32 -0700 | [diff] [blame] | 131 | frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml |
Denis Ciocca | b92f2ef | 2017-10-31 17:18:50 +0800 | [diff] [blame] | 132 | endif |
Sahaj Sarup | 9a61afa | 2017-11-07 20:58:21 +0000 | [diff] [blame] | 133 | |
| 134 | # VR HAL |
| 135 | PRODUCT_COPY_FILES += \ |
| 136 | frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-1.idc \ |
| 137 | frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \ |
| 138 | frameworks/native/data/etc/android.hardware.vr.headtracking-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.headtracking.xml |
| 139 | |
| 140 | PRODUCT_PACKAGES += \ |
| 141 | vr.default \ |
| 142 | android.hardware.vr@1.0-service \ |
| 143 | android.hardware.vr@1.0-impl |
| 144 | |
Ben Fennema | 52301e4 | 2017-10-17 12:24:04 -0700 | [diff] [blame] | 145 | endif |
| 146 | |
Sunny Goyal | d8abea8 | 2018-05-29 16:18:14 -0700 | [diff] [blame] | 147 | # Use Launcher3QuickStep |
| 148 | PRODUCT_PACKAGES += Launcher3QuickStep |
Sahaj Sarup | aef8e3f | 2017-08-22 14:02:42 +0530 | [diff] [blame] | 149 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 150 | # Copy hardware config file(s) |
| 151 | PRODUCT_COPY_FILES += \ |
John Stultz | 11ddf0b | 2018-04-11 12:25:32 -0700 | [diff] [blame] | 152 | device/linaro/hikey/etc/permissions/android.hardware.screen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.xml \ |
| 153 | frameworks/native/data/etc/android.software.cts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.cts.xml \ |
| 154 | frameworks/native/data/etc/android.software.app_widgets.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.app_widgets.xml \ |
| 155 | frameworks/native/data/etc/android.software.backup.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.backup.xml \ |
| 156 | frameworks/native/data/etc/android.software.voice_recognizers.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.voice_recognizers.xml \ |
| 157 | frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \ |
| 158 | frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ |
| 159 | frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ |
| 160 | frameworks/native/data/etc/android.software.device_admin.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_admin.xml |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 161 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 162 | # Include BT modules |
Vishal Bhoj | db0eda3 | 2016-04-05 17:49:02 +0100 | [diff] [blame] | 163 | $(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk) |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 164 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 165 | PRODUCT_COPY_FILES += \ |
John Stultz | 11ddf0b | 2018-04-11 12:25:32 -0700 | [diff] [blame] | 166 | frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ |
| 167 | frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ |
| 168 | frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ |
| 169 | frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \ |
| 170 | device/linaro/hikey/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \ |
Dmitry Shmidt | 9dd7b9c | 2018-02-01 10:09:39 -0800 | [diff] [blame] | 171 | $(LOCAL_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \ |
| 172 | $(LOCAL_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf |
Eric Laurent | c313d91 | 2017-04-20 11:45:21 -0700 | [diff] [blame] | 173 | |
| 174 | # audio policy configuration |
| 175 | USE_XML_AUDIO_POLICY_CONF := 1 |
| 176 | PRODUCT_COPY_FILES += \ |
| 177 | device/linaro/hikey/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \ |
| 178 | frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \ |
| 179 | frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ |
| 180 | frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \ |
| 181 | frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ |
| 182 | frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 183 | |
| 184 | # Copy media codecs config file |
Eric Laurent | 3051d9e | 2016-06-10 14:37:37 -0700 | [diff] [blame] | 185 | PRODUCT_COPY_FILES += \ |
John Stultz | 11ddf0b | 2018-04-11 12:25:32 -0700 | [diff] [blame] | 186 | device/linaro/hikey/etc/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ |
| 187 | frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml |
John Stultz | 98e17f6 | 2018-04-11 15:33:22 -0700 | [diff] [blame] | 188 | |
| 189 | PRODUCT_PACKAGES += \ |
| 190 | android.hardware.renderscript@1.0.vndk-sp\ |
| 191 | android.hardware.graphics.composer@2.1.vndk-sp\ |
| 192 | android.hardware.graphics.allocator@2.0.vndk-sp\ |
| 193 | android.hardware.graphics.mapper@2.0.vndk-sp\ |
| 194 | android.hardware.graphics.common@1.0.vndk-sp\ |
| 195 | libvndksupport.vndk-sp\ |
| 196 | libbinder.vndk-sp\ |
| 197 | libhwbinder.vndk-sp\ |
| 198 | libbase.vndk-sp\ |
| 199 | libfmq.vndk-sp\ |
| 200 | libcutils.vndk-sp\ |
| 201 | libhardware.vndk-sp\ |
| 202 | libhidlbase.vndk-sp\ |
| 203 | libhidltransport.vndk-sp\ |
| 204 | libui.vndk-sp\ |
| 205 | libutils.vndk-sp\ |
| 206 | libc++.vndk-sp\ |
| 207 | libRS_internal.vndk-sp\ |
| 208 | libRSDriver.vndk-sp\ |
| 209 | libRSCpuRef.vndk-sp\ |
| 210 | libbcinfo.vndk-sp\ |
| 211 | libblas.vndk-sp\ |
| 212 | libft2.vndk-sp\ |
| 213 | libpng.vndk-sp\ |
| 214 | libcompiler_rt.vndk-sp\ |
| 215 | libbacktrace.vndk-sp\ |
| 216 | libunwind.vndk-sp\ |
| 217 | libunwindstack.vndk-sp\ |
| 218 | liblzma.vndk-sp\ |
| 219 | libion.vndk-sp\ |