bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2018 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 | # This file is to configure vendor/data partitions of emulator-related products |
| 18 | # |
bohu | 8002120 | 2020-01-08 05:58:06 -0800 | [diff] [blame] | 19 | $(call inherit-product-if-exists, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 20 | |
bohu | 7efb22a | 2020-01-06 17:09:53 -0800 | [diff] [blame] | 21 | PRODUCT_SYSTEM_EXT_PROPERTIES += ro.lockscreen.disable.default=1 |
bohu | 8e19bbe | 2019-08-29 22:49:58 -0700 | [diff] [blame] | 22 | |
Steven Moreland | 3843988 | 2019-08-22 12:44:25 -0700 | [diff] [blame] | 23 | DISABLE_RILD_OEM_HOOK := true |
| 24 | |
Peter Collingbourne | 094ab36 | 2019-10-15 18:37:19 -0700 | [diff] [blame] | 25 | DEVICE_MANIFEST_FILE := device/generic/goldfish/manifest.xml |
| 26 | |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 27 | # Device modules |
| 28 | PRODUCT_PACKAGES += \ |
Lingfeng Yang | e835ecc | 2019-02-02 20:46:23 -0800 | [diff] [blame] | 29 | vulkan.ranchu \ |
Lingfeng Yang | 9c195c7 | 2019-08-27 08:44:30 -0700 | [diff] [blame] | 30 | libandroidemu \ |
Lingfeng Yang | 48d3029 | 2018-09-28 15:53:24 -0700 | [diff] [blame] | 31 | libOpenglCodecCommon \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 32 | libOpenglSystemCommon \ |
Bjoern Johansson | fda217c | 2018-06-14 16:02:30 -0700 | [diff] [blame] | 33 | libgoldfish-ril \ |
bohu | 24b5392 | 2020-04-12 09:11:49 -0700 | [diff] [blame] | 34 | libgoldfish-rild \ |
| 35 | libril-goldfish-fork \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 36 | qemu-props \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 37 | audio.primary.goldfish \ |
bohu | 85185e7 | 2020-01-13 17:22:43 -0800 | [diff] [blame] | 38 | stagefright \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 39 | fingerprint.ranchu \ |
Huihong Luo | 4712fc0 | 2019-10-11 10:51:00 -0700 | [diff] [blame] | 40 | android.hardware.graphics.composer@2.3-impl \ |
| 41 | android.hardware.graphics.composer@2.3-service \ |
Roman Kiryanov | f13e617 | 2020-01-28 13:47:42 -0800 | [diff] [blame] | 42 | android.hardware.graphics.allocator@3.0-service \ |
Lingfeng Yang | 7b301a5 | 2020-02-25 16:14:06 -0800 | [diff] [blame] | 43 | android.hardware.graphics.mapper@3.0-impl-ranchu \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 44 | hwcomposer.ranchu \ |
| 45 | toybox_vendor \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 46 | android.hardware.wifi@1.0-service \ |
| 47 | android.hardware.biometrics.fingerprint@2.1-service \ |
| 48 | sh_vendor \ |
Bjoern Johansson | 6ba92a4 | 2019-06-24 14:23:48 -0700 | [diff] [blame] | 49 | ip_vendor \ |
bohu | 8d69328 | 2018-11-28 09:19:40 -0800 | [diff] [blame] | 50 | iw_vendor \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 51 | local_time.default \ |
Huan Song | 09bec37 | 2019-09-30 12:41:39 -0700 | [diff] [blame] | 52 | SdkSetup \ |
bohu | 89f0388 | 2019-12-06 09:04:51 -0800 | [diff] [blame] | 53 | libstagefrighthw \ |
| 54 | libstagefright_goldfish_vpxdec \ |
bohu | 272f780 | 2019-12-11 09:27:22 -0800 | [diff] [blame] | 55 | libstagefright_goldfish_avcdec \ |
Huan Song | 09bec37 | 2019-09-30 12:41:39 -0700 | [diff] [blame] | 56 | MultiDisplayProvider |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 57 | |
Peter Collingbourne | 094ab36 | 2019-10-15 18:37:19 -0700 | [diff] [blame] | 58 | ifneq ($(BUILD_EMULATOR_OPENGL),false) |
| 59 | PRODUCT_PACKAGES += \ |
| 60 | libGLESv1_CM_emulation \ |
| 61 | lib_renderControl_enc \ |
| 62 | libEGL_emulation \ |
| 63 | libGLESv2_enc \ |
| 64 | libvulkan_enc \ |
| 65 | libGLESv2_emulation \ |
| 66 | libGLESv1_enc |
| 67 | endif |
| 68 | |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 69 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | 9d50943 | 2020-04-08 14:22:18 -0700 | [diff] [blame] | 70 | audio.r_submix.default \ |
Roman Kiryanov | 56014e7 | 2020-04-08 14:23:47 -0700 | [diff] [blame] | 71 | android.hardware.audio.service \ |
Roman Kiryanov | edf584c | 2020-04-08 15:17:34 -0700 | [diff] [blame] | 72 | android.hardware.audio@6.0-impl:32 \ |
| 73 | android.hardware.audio.effect@6.0-impl:32 \ |
| 74 | android.hardware.soundtrigger@2.2-impl |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 75 | |
| 76 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | 96053f2 | 2020-04-08 11:10:11 -0700 | [diff] [blame] | 77 | android.hardware.bluetooth@1.1-service.sim \ |
| 78 | android.hardware.bluetooth.audio@2.0-impl |
| 79 | PRODUCT_PROPERTY_OVERRIDES += bt.rootcanal_test_console=off |
| 80 | |
| 81 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | cf24126 | 2020-03-26 12:16:06 -0700 | [diff] [blame] | 82 | android.hardware.health@2.1-service \ |
| 83 | android.hardware.health@2.1-impl \ |
Roman Kiryanov | 9b70f02 | 2020-03-26 12:25:55 -0700 | [diff] [blame] | 84 | android.hardware.health.storage@1.0-service \ |
huans | 4772b3d | 2018-06-15 10:56:16 -0700 | [diff] [blame] | 85 | |
| 86 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | ad4510e | 2020-04-08 15:58:34 -0700 | [diff] [blame] | 87 | android.hardware.neuralnetworks@1.3-service-sample-all \ |
| 88 | android.hardware.neuralnetworks@1.3-service-sample-float-fast \ |
| 89 | android.hardware.neuralnetworks@1.3-service-sample-float-slow \ |
| 90 | android.hardware.neuralnetworks@1.3-service-sample-minimal \ |
| 91 | android.hardware.neuralnetworks@1.3-service-sample-quant |
| 92 | |
| 93 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | 9d2826f | 2020-03-27 10:44:22 -0700 | [diff] [blame] | 94 | android.hardware.keymaster@4.1-service |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 95 | |
| 96 | PRODUCT_PACKAGES += \ |
Jim Kaye | b8f4781 | 2018-06-18 16:24:10 -0700 | [diff] [blame] | 97 | DisplayCutoutEmulationEmu01Overlay |
| 98 | |
bohu | d69c26b | 2018-06-20 08:45:13 -0700 | [diff] [blame] | 99 | ifneq ($(EMULATOR_VENDOR_NO_GNSS),true) |
Roman Kiryanov | f500778 | 2020-03-30 12:26:49 -0700 | [diff] [blame] | 100 | PRODUCT_PACKAGES += android.hardware.gnss@2.0-service.ranchu |
bohu | d69c26b | 2018-06-20 08:45:13 -0700 | [diff] [blame] | 101 | endif |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 102 | |
Peter Collingbourne | 094ab36 | 2019-10-15 18:37:19 -0700 | [diff] [blame] | 103 | ifneq ($(EMULATOR_VENDOR_NO_SENSORS),true) |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 104 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | ce32150 | 2020-04-10 15:36:21 -0700 | [diff] [blame] | 105 | android.hardware.sensors@2.0-service.multihal \ |
| 106 | android.hardware.sensors@2.0-impl.ranchu |
| 107 | # TODO(rkir): |
| 108 | # add a soong namespace and move this into a.h.sensors@2.0-impl.ranchu |
| 109 | # as prebuilt_etc. For now soong_namespace causes a build break because the fw |
| 110 | # refers to our wifi HAL in random places. |
| 111 | PRODUCT_COPY_FILES += \ |
| 112 | device/generic/goldfish/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf |
Peter Collingbourne | 094ab36 | 2019-10-15 18:37:19 -0700 | [diff] [blame] | 113 | endif |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 114 | |
| 115 | PRODUCT_PACKAGES += \ |
| 116 | android.hardware.drm@1.0-service \ |
huans | 85d26b8 | 2018-06-13 16:14:28 -0700 | [diff] [blame] | 117 | android.hardware.drm@1.0-impl \ |
bohu | e7064d7 | 2019-01-17 17:16:18 -0800 | [diff] [blame] | 118 | android.hardware.drm@1.2-service.clearkey \ |
| 119 | android.hardware.drm@1.2-service.widevine |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 120 | |
| 121 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | 2a736c6 | 2020-03-20 16:44:58 -0700 | [diff] [blame] | 122 | android.hardware.power-service.example \ |
Haitao Shan | d9689ef | 2018-08-17 11:58:33 -0700 | [diff] [blame] | 123 | |
Matt Wachowski | f6bb923 | 2018-11-28 09:34:45 -0800 | [diff] [blame] | 124 | PRODUCT_PROPERTY_OVERRIDES += ro.control_privapp_permissions=enforce |
Haitao Shan | d9689ef | 2018-08-17 11:58:33 -0700 | [diff] [blame] | 125 | PRODUCT_PROPERTY_OVERRIDES += ro.hardware.power=ranchu |
bohu | 425d5b1 | 2019-07-25 07:33:01 -0700 | [diff] [blame] | 126 | PRODUCT_PROPERTY_OVERRIDES += ro.crypto.volume.filenames_mode=aes-256-cts |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 127 | |
Lingfeng Yang | 1655dc7 | 2019-04-05 12:08:25 -0700 | [diff] [blame] | 128 | PRODUCT_PROPERTY_OVERRIDES += persist.sys.zram_enabled=1 \ |
| 129 | |
Roman Kiryanov | 34e2e33 | 2020-03-23 14:21:59 -0700 | [diff] [blame] | 130 | PRODUCT_PACKAGES += \ |
| 131 | android.hardware.dumpstate@1.1-service.example \ |
| 132 | |
Lingfeng Yang | fc5f741 | 2020-03-12 16:53:23 -0700 | [diff] [blame] | 133 | # Prevent logcat from getting canceled early on in boot |
| 134 | PRODUCT_PROPERTY_OVERRIDES += ro.logd.size=1M \ |
| 135 | |
Peter Collingbourne | 094ab36 | 2019-10-15 18:37:19 -0700 | [diff] [blame] | 136 | ifneq ($(EMULATOR_VENDOR_NO_CAMERA),true) |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 137 | PRODUCT_PACKAGES += \ |
| 138 | camera.device@1.0-impl \ |
| 139 | android.hardware.camera.provider@2.4-service \ |
| 140 | android.hardware.camera.provider@2.4-impl \ |
Peter Collingbourne | 094ab36 | 2019-10-15 18:37:19 -0700 | [diff] [blame] | 141 | camera.ranchu \ |
| 142 | camera.ranchu.jpeg |
| 143 | DEVICE_MANIFEST_FILE += device/generic/goldfish/manifest.camera.xml |
| 144 | endif |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 145 | |
| 146 | PRODUCT_PACKAGES += \ |
Janis Danisevskis | 4c1d339 | 2019-06-06 20:01:50 -0700 | [diff] [blame] | 147 | android.hardware.gatekeeper@1.0-service.software |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 148 | |
| 149 | # WiFi: vendor side |
| 150 | PRODUCT_PACKAGES += \ |
Roman Kiryanov | 5cd94a9 | 2020-03-05 12:02:13 -0800 | [diff] [blame] | 151 | mac80211_create_radios \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 152 | createns \ |
| 153 | dhcpclient \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 154 | execns \ |
| 155 | hostapd \ |
Bjoern Johansson | 880e708 | 2018-05-15 15:04:53 -0700 | [diff] [blame] | 156 | hostapd_nohidl \ |
Bjoern Johansson | 873eee6 | 2018-09-06 15:39:12 -0700 | [diff] [blame] | 157 | netmgr \ |
Bjoern Johansson | 97e0593 | 2019-08-01 11:32:18 -0700 | [diff] [blame] | 158 | wifi_forwarder \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 159 | wpa_supplicant \ |
| 160 | |
Roman Kiryanov | 6adcaea | 2020-04-10 13:33:38 -0700 | [diff] [blame] | 161 | PRODUCT_PACKAGES += \ |
| 162 | android.hardware.usb@1.0-service |
| 163 | |
Lingfeng Yang | 2f6d30c | 2019-11-22 14:35:44 -0800 | [diff] [blame] | 164 | # Thermal |
| 165 | PRODUCT_PACKAGES += \ |
| 166 | android.hardware.thermal@2.0-service.mock |
| 167 | |
| 168 | # Atrace |
| 169 | PRODUCT_PACKAGES += \ |
| 170 | android.hardware.atrace@1.0-service |
| 171 | |
Roman Kiryanov | 11bd7ca | 2019-11-25 10:39:52 -0800 | [diff] [blame] | 172 | # Vibrator |
| 173 | PRODUCT_PACKAGES += \ |
| 174 | android.hardware.vibrator-service.example |
Roman Kiryanov | b688974 | 2019-04-15 11:13:57 -0700 | [diff] [blame] | 175 | |
Lingfeng Yang | b823367 | 2019-11-22 14:44:43 -0800 | [diff] [blame] | 176 | # Authsecret |
| 177 | PRODUCT_PACKAGES += \ |
| 178 | android.hardware.authsecret@1.0-service |
| 179 | |
Roman Kiryanov | 687973b | 2020-03-27 12:36:16 -0700 | [diff] [blame] | 180 | # Identity |
| 181 | PRODUCT_PACKAGES += \ |
| 182 | android.hardware.identity-service.example |
| 183 | |
Lingfeng Yang | 702bf61 | 2019-11-22 14:46:35 -0800 | [diff] [blame] | 184 | # Input Classifier HAL |
| 185 | PRODUCT_PACKAGES += \ |
| 186 | android.hardware.input.classifier@1.0-service.default |
| 187 | |
Roman Kiryanov | b1e6d8a | 2020-03-26 14:20:26 -0700 | [diff] [blame] | 188 | # lights |
| 189 | PRODUCT_PACKAGES += \ |
| 190 | android.hardware.lights-service.example |
| 191 | |
Lingfeng Yang | 65f9834 | 2019-11-22 14:57:55 -0800 | [diff] [blame] | 192 | # power stats |
| 193 | PRODUCT_PACKAGES += \ |
| 194 | android.hardware.power.stats@1.0-service.mock |
| 195 | |
bohu | a042721 | 2019-05-20 15:22:48 -0700 | [diff] [blame] | 196 | # Goldfish does not support ION needed for Codec 2.0 |
| 197 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 198 | debug.stagefright.ccodec=0 |
| 199 | |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 200 | PRODUCT_COPY_FILES += \ |
bohu | f90ff78 | 2020-03-30 19:38:57 -0700 | [diff] [blame] | 201 | device/generic/goldfish/data/etc/dtb.img:dtb.img \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 202 | device/generic/goldfish/data/etc/apns-conf.xml:data/misc/apns/apns-conf.xml \ |
bohu | 7e98759 | 2019-03-03 15:44:41 -0800 | [diff] [blame] | 203 | device/generic/goldfish/data/etc/local.prop:data/local.prop \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 204 | device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \ |
| 205 | device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \ |
| 206 | device/generic/goldfish/wifi/init.wifi.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.wifi.sh \ |
| 207 | device/generic/goldfish/init.ranchu.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.ranchu.rc \ |
| 208 | device/generic/goldfish/fstab.ranchu:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu \ |
| 209 | device/generic/goldfish/ueventd.ranchu.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \ |
| 210 | device/generic/goldfish/input/goldfish_rotary.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/goldfish_rotary.idc \ |
Weilun Du | 70d4185 | 2019-08-15 10:59:46 -0700 | [diff] [blame] | 211 | device/generic/goldfish/input/qwerty2.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/qwerty2.idc \ |
| 212 | device/generic/goldfish/input/qwerty.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/qwerty.kl \ |
Weilun Du | 41c6d92 | 2019-04-01 20:41:56 -0700 | [diff] [blame] | 213 | device/generic/goldfish/input/virtio_input_multi_touch_1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_1.idc \ |
| 214 | device/generic/goldfish/input/virtio_input_multi_touch_2.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_2.idc \ |
Weilun Du | 40ab240 | 2019-05-14 15:10:25 -0700 | [diff] [blame] | 215 | device/generic/goldfish/input/virtio_input_multi_touch_3.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_3.idc \ |
| 216 | device/generic/goldfish/input/virtio_input_multi_touch_4.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_4.idc \ |
| 217 | device/generic/goldfish/input/virtio_input_multi_touch_5.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_5.idc \ |
| 218 | device/generic/goldfish/input/virtio_input_multi_touch_6.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_6.idc \ |
| 219 | device/generic/goldfish/input/virtio_input_multi_touch_7.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_7.idc \ |
| 220 | device/generic/goldfish/input/virtio_input_multi_touch_8.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_8.idc \ |
| 221 | device/generic/goldfish/input/virtio_input_multi_touch_9.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_9.idc \ |
| 222 | device/generic/goldfish/input/virtio_input_multi_touch_10.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_10.idc \ |
| 223 | device/generic/goldfish/input/virtio_input_multi_touch_11.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_11.idc \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 224 | device/generic/goldfish/data/etc/config.ini:config.ini \ |
| 225 | device/generic/goldfish/wifi/simulated_hostapd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/simulated_hostapd.conf \ |
| 226 | device/generic/goldfish/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \ |
| 227 | device/generic/goldfish/wifi/WifiConfigStore.xml:data/misc/wifi/WifiConfigStore.xml \ |
Roman Kiryanov | 96053f2 | 2020-04-08 11:10:11 -0700 | [diff] [blame] | 228 | frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \ |
| 229 | frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ |
| 230 | system/bt/vendor_libs/test_vendor_lib/data/controller_properties.json:vendor/etc/bluetooth/controller_properties.json \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 231 | frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ |
Bjoern Johansson | 836f41d | 2018-06-13 10:57:09 -0700 | [diff] [blame] | 232 | frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 233 | device/generic/goldfish/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \ |
| 234 | device/generic/goldfish/camera/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \ |
| 235 | frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ |
| 236 | frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ |
bohu | 756c07a | 2020-02-27 07:55:52 -0800 | [diff] [blame] | 237 | device/generic/goldfish/camera/media_codecs_google_video_default.xml:${TARGET_COPY_OUT_VENDOR}/etc/media_codecs_google_video.xml \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 238 | device/generic/goldfish/camera/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ |
| 239 | device/generic/goldfish/camera/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \ |
| 240 | frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ |
Jeff McGlynn | 52d2563 | 2018-07-10 15:45:24 -0700 | [diff] [blame] | 241 | frameworks/native/data/etc/android.hardware.camera.ar.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.ar.xml \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 242 | frameworks/native/data/etc/android.hardware.camera.autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml \ |
| 243 | frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \ |
| 244 | frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \ |
yahan | 40f9a29 | 2019-10-07 11:34:08 -0700 | [diff] [blame] | 245 | frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \ |
Yahan Zhou | 04f20f2 | 2019-08-02 16:05:13 -0700 | [diff] [blame] | 246 | frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \ |
| 247 | frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \ |
Lingfeng Yang | 1c2299a | 2020-02-13 08:47:13 -0800 | [diff] [blame] | 248 | device/generic/goldfish/data/etc/android.software.vulkan.deqp.level-2019-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level-2019-03-01.xml \ |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 249 | frameworks/native/data/etc/android.software.autofill.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.autofill.xml \ |
bohu | 5bf5889 | 2019-10-26 23:16:58 -0700 | [diff] [blame] | 250 | frameworks/native/data/etc/android.software.verified_boot.xml:${TARGET_COPY_OUT_PRODUCT}/etc/permissions/android.software.verified_boot.xml \ |
huans | 64eca14 | 2018-06-18 14:45:46 -0700 | [diff] [blame] | 251 | frameworks/av/media/libeffects/data/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \ |
| 252 | device/generic/goldfish/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf \ |
| 253 | frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \ |
| 254 | frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/primary_audio_policy_configuration.xml \ |
| 255 | frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ |
| 256 | frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ |
| 257 | frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ |
Eric Laurent | 6405e78 | 2019-02-23 12:29:08 -0800 | [diff] [blame] | 258 | frameworks/av/services/audiopolicy/config/surround_sound_configuration_5_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/surround_sound_configuration_5_0.xml \ |
bohu | 5bf5889 | 2019-10-26 23:16:58 -0700 | [diff] [blame] | 259 | device/generic/goldfish/data/etc/permissions/privapp-permissions-goldfish.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-goldfish.xml |