blob: 4a588726a7ca608f061b25b645e05de8b2d90cae [file] [log] [blame]
bohu268c72f2018-06-09 08:19:08 -07001#
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#
bohu80021202020-01-08 05:58:06 -080019$(call inherit-product-if-exists, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
bohu268c72f2018-06-09 08:19:08 -070020
Roman Kiryanove06f0652020-07-06 16:09:50 -070021# Enable Scoped Storage related
22$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
23
Roman Kiryanov7c4c0df2020-05-12 11:43:31 -070024PRODUCT_SOONG_NAMESPACES += \
25 device/generic/goldfish \
26 device/generic/goldfish-opengl
27
bohu7efb22a2020-01-06 17:09:53 -080028PRODUCT_SYSTEM_EXT_PROPERTIES += ro.lockscreen.disable.default=1
bohu8e19bbe2019-08-29 22:49:58 -070029
Steven Moreland38439882019-08-22 12:44:25 -070030DISABLE_RILD_OEM_HOOK := true
31
Peter Collingbourne4bc81a42019-10-15 18:37:19 -070032DEVICE_MANIFEST_FILE := device/generic/goldfish/manifest.xml
Huan Song634f0b42019-09-17 17:16:46 -070033PRODUCT_SOONG_NAMESPACES += hardware/google/camera
Emilian Peevc2d55d62019-11-21 08:42:48 -080034PRODUCT_SOONG_NAMESPACES += hardware/google/camera/devices/EmulatedCamera
Peter Collingbourne4bc81a42019-10-15 18:37:19 -070035
bohu268c72f2018-06-09 08:19:08 -070036# Device modules
37PRODUCT_PACKAGES += \
Lingfeng Yange835ecc2019-02-02 20:46:23 -080038 vulkan.ranchu \
Lingfeng Yang9c195c72019-08-27 08:44:30 -070039 libandroidemu \
Lingfeng Yang48d30292018-09-28 15:53:24 -070040 libOpenglCodecCommon \
bohu268c72f2018-06-09 08:19:08 -070041 libOpenglSystemCommon \
Bjoern Johanssonfda217c2018-06-14 16:02:30 -070042 libgoldfish-ril \
bohu1cea5672020-04-12 09:11:49 -070043 libgoldfish-rild \
44 libril-goldfish-fork \
bohu268c72f2018-06-09 08:19:08 -070045 qemu-props \
bohu85185e72020-01-13 17:22:43 -080046 stagefright \
bohu268c72f2018-06-09 08:19:08 -070047 fingerprint.ranchu \
Huihong Luo5f612222020-02-20 15:40:38 -080048 android.hardware.graphics.composer@2.3-impl \
49 android.hardware.graphics.composer@2.3-service \
Roman Kiryanovf13e6172020-01-28 13:47:42 -080050 android.hardware.graphics.allocator@3.0-service \
Lingfeng Yang131cfe02020-02-25 16:14:06 -080051 android.hardware.graphics.mapper@3.0-impl-ranchu \
bohu268c72f2018-06-09 08:19:08 -070052 hwcomposer.ranchu \
53 toybox_vendor \
bohu268c72f2018-06-09 08:19:08 -070054 android.hardware.wifi@1.0-service \
55 android.hardware.biometrics.fingerprint@2.1-service \
56 sh_vendor \
Bjoern Johanssonc6712aa2019-06-24 14:23:48 -070057 ip_vendor \
bohu8d693282018-11-28 09:19:40 -080058 iw_vendor \
bohu268c72f2018-06-09 08:19:08 -070059 local_time.default \
Huan Songbd9da8d2019-09-30 12:41:39 -070060 SdkSetup \
bohub3f628d2020-06-05 22:26:58 -070061 EmulatorRadioConfig \
Weilun Du4ee9b032020-08-21 14:45:14 -070062 EmulatorTetheringConfigOverlay \
bohu89f03882019-12-06 09:04:51 -080063 libstagefrighthw \
64 libstagefright_goldfish_vpxdec \
bohu272f7802019-12-11 09:27:22 -080065 libstagefright_goldfish_avcdec \
Huan Songbd9da8d2019-09-30 12:41:39 -070066 MultiDisplayProvider
bohu268c72f2018-06-09 08:19:08 -070067
Peter Collingbourne4bc81a42019-10-15 18:37:19 -070068ifneq ($(BUILD_EMULATOR_OPENGL),false)
69PRODUCT_PACKAGES += \
70 libGLESv1_CM_emulation \
71 lib_renderControl_enc \
72 libEGL_emulation \
73 libGLESv2_enc \
74 libvulkan_enc \
75 libGLESv2_emulation \
76 libGLESv1_enc
77endif
78
bohu268c72f2018-06-09 08:19:08 -070079PRODUCT_PACKAGES += \
Roman Kiryanovf6518f32020-04-08 11:10:11 -070080 android.hardware.bluetooth@1.1-service.sim \
81 android.hardware.bluetooth.audio@2.0-impl
82PRODUCT_PROPERTY_OVERRIDES += bt.rootcanal_test_console=off
83
84PRODUCT_PACKAGES += \
Roman Kiryanov82c67f62020-03-26 12:16:06 -070085 android.hardware.health@2.1-service \
86 android.hardware.health@2.1-impl \
Roman Kiryanovbff08862020-03-26 12:25:55 -070087 android.hardware.health.storage@1.0-service \
huans4772b3d2018-06-15 10:56:16 -070088
89PRODUCT_PACKAGES += \
Roman Kiryanov7d1bf162020-04-08 15:58:34 -070090 android.hardware.neuralnetworks@1.3-service-sample-all \
91 android.hardware.neuralnetworks@1.3-service-sample-float-fast \
92 android.hardware.neuralnetworks@1.3-service-sample-float-slow \
93 android.hardware.neuralnetworks@1.3-service-sample-minimal \
94 android.hardware.neuralnetworks@1.3-service-sample-quant
95
96PRODUCT_PACKAGES += \
Roman Kiryanov86523fa2020-03-27 10:44:22 -070097 android.hardware.keymaster@4.1-service
bohu268c72f2018-06-09 08:19:08 -070098
99PRODUCT_PACKAGES += \
Winson Chung307afc82020-02-04 12:35:22 -0800100 DisplayCutoutEmulationEmu01Overlay \
101 NavigationBarMode2ButtonOverlay \
Jim Kayeb8f47812018-06-18 16:24:10 -0700102
bohud69c26b2018-06-20 08:45:13 -0700103ifneq ($(EMULATOR_VENDOR_NO_GNSS),true)
Roman Kiryanovba02f722020-03-30 12:26:49 -0700104PRODUCT_PACKAGES += android.hardware.gnss@2.0-service.ranchu
bohud69c26b2018-06-20 08:45:13 -0700105endif
bohu268c72f2018-06-09 08:19:08 -0700106
Peter Collingbourne4bc81a42019-10-15 18:37:19 -0700107ifneq ($(EMULATOR_VENDOR_NO_SENSORS),true)
bohu268c72f2018-06-09 08:19:08 -0700108PRODUCT_PACKAGES += \
Huan Song28b03892020-05-04 17:08:41 -0700109 android.hardware.sensors@2.1-service.multihal \
110 android.hardware.sensors@2.1-impl.ranchu
Roman Kiryanovd69ba432020-05-21 17:03:21 +0000111# TODO(rkir):
112# add a soong namespace and move this into a.h.sensors@2.1-impl.ranchu
113# as prebuilt_etc. For now soong_namespace causes a build break because the fw
114# refers to our wifi HAL in random places.
115PRODUCT_COPY_FILES += \
116 device/generic/goldfish/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
Peter Collingbourne4bc81a42019-10-15 18:37:19 -0700117endif
bohu268c72f2018-06-09 08:19:08 -0700118
119PRODUCT_PACKAGES += \
120 android.hardware.drm@1.0-service \
huans85d26b82018-06-13 16:14:28 -0700121 android.hardware.drm@1.0-impl \
Robert Shih2387a0a2019-11-25 22:25:40 -0800122 android.hardware.drm@1.3-service.clearkey \
123 android.hardware.drm@1.3-service.widevine
bohu268c72f2018-06-09 08:19:08 -0700124
125PRODUCT_PACKAGES += \
Roman Kiryanovf12ce032020-03-20 16:44:58 -0700126 android.hardware.power-service.example \
Haitao Shand9689ef2018-08-17 11:58:33 -0700127
Matt Wachowskif6bb9232018-11-28 09:34:45 -0800128PRODUCT_PROPERTY_OVERRIDES += ro.control_privapp_permissions=enforce
Haitao Shand9689ef2018-08-17 11:58:33 -0700129PRODUCT_PROPERTY_OVERRIDES += ro.hardware.power=ranchu
bohu22893682019-07-25 07:33:01 -0700130PRODUCT_PROPERTY_OVERRIDES += ro.crypto.volume.filenames_mode=aes-256-cts
131
Lingfeng Yang6519ced2020-03-12 19:27:53 -0700132PRODUCT_PROPERTY_OVERRIDES += persist.sys.zram_enabled=1 \
bohu22893682019-07-25 07:33:01 -0700133
Roman Kiryanov32eae442020-03-23 14:21:59 -0700134PRODUCT_PACKAGES += \
135 android.hardware.dumpstate@1.1-service.example \
136
Lingfeng Yangd57a1512020-03-12 16:53:23 -0700137# Prevent logcat from getting canceled early on in boot
138PRODUCT_PROPERTY_OVERRIDES += ro.logd.size=1M \
139
Peter Collingbourne4bc81a42019-10-15 18:37:19 -0700140ifneq ($(EMULATOR_VENDOR_NO_CAMERA),true)
bohu268c72f2018-06-09 08:19:08 -0700141PRODUCT_PACKAGES += \
142 camera.device@1.0-impl \
143 android.hardware.camera.provider@2.4-service \
144 android.hardware.camera.provider@2.4-impl \
Peter Collingbourne4bc81a42019-10-15 18:37:19 -0700145 camera.ranchu \
Huan Song634f0b42019-09-17 17:16:46 -0700146 camera.ranchu.jpeg \
Emilian Peeve7378f42020-02-18 14:49:32 -0800147 android.hardware.camera.provider@2.6-service-google \
Huan Song634f0b42019-09-17 17:16:46 -0700148 libgooglecamerahwl_impl \
Emilian Peeve7378f42020-02-18 14:49:32 -0800149 android.hardware.camera.provider@2.6-impl-google
Peter Collingbourne4bc81a42019-10-15 18:37:19 -0700150DEVICE_MANIFEST_FILE += device/generic/goldfish/manifest.camera.xml
151endif
bohu268c72f2018-06-09 08:19:08 -0700152
Oscar Azucena46efd612020-06-16 20:19:00 -0700153ifneq ($(EMULATOR_VENDOR_NO_SOUND),true)
Roman Kiryanov90fbf232020-07-16 20:14:06 -0700154PRODUCT_PACKAGES += \
155 android.hardware.audio.service.ranchu \
Roman Kiryanovc0d53d52020-07-18 20:17:48 -0700156 android.hardware.soundtrigger@2.2-impl.ranchu \
Roman Kiryanov90fbf232020-07-16 20:14:06 -0700157 android.hardware.audio.effect@6.0-impl \
158
Oscar Azucena46efd612020-06-16 20:19:00 -0700159PRODUCT_COPY_FILES += \
160 device/generic/goldfish/audio/policy/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
Roman Kiryanov460ff8e2020-06-29 17:00:26 -0700161 device/generic/goldfish/audio/policy/primary_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/primary_audio_policy_configuration.xml \
Roman Kiryanovce5cfcf2020-07-18 15:43:43 -0700162 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
Roman Kiryanovb3a23f92020-07-20 18:11:14 -0700163 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
164 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
165 frameworks/av/media/libeffects/data/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
Roman Kiryanovce5cfcf2020-07-18 15:43:43 -0700166
Oscar Azucena46efd612020-06-16 20:19:00 -0700167endif
168
bohu268c72f2018-06-09 08:19:08 -0700169PRODUCT_PACKAGES += \
Janis Danisevskisa08300a2019-06-06 20:01:50 -0700170 android.hardware.gatekeeper@1.0-service.software
bohu268c72f2018-06-09 08:19:08 -0700171
172# WiFi: vendor side
173PRODUCT_PACKAGES += \
Roman Kiryanov4413d212020-03-05 12:02:13 -0800174 mac80211_create_radios \
bohu268c72f2018-06-09 08:19:08 -0700175 createns \
176 dhcpclient \
bohu268c72f2018-06-09 08:19:08 -0700177 execns \
178 hostapd \
Bjoern Johansson880e7082018-05-15 15:04:53 -0700179 hostapd_nohidl \
Bjoern Johansson873eee62018-09-06 15:39:12 -0700180 netmgr \
Bjoern Johansson3c87dbe2019-08-01 11:32:18 -0700181 wifi_forwarder \
bohu268c72f2018-06-09 08:19:08 -0700182 wpa_supplicant \
183
Roman Kiryanovf9d95d02020-04-10 13:33:38 -0700184PRODUCT_PACKAGES += \
185 android.hardware.usb@1.0-service
186
Lingfeng Yang2f6d30c2019-11-22 14:35:44 -0800187# Thermal
188PRODUCT_PACKAGES += \
189 android.hardware.thermal@2.0-service.mock
190
191# Atrace
192PRODUCT_PACKAGES += \
193 android.hardware.atrace@1.0-service
194
Roman Kiryanov11bd7ca2019-11-25 10:39:52 -0800195# Vibrator
196PRODUCT_PACKAGES += \
197 android.hardware.vibrator-service.example
Roman Kiryanovb6889742019-04-15 11:13:57 -0700198
Lingfeng Yang90b50c32019-11-22 14:44:43 -0800199# Authsecret
200PRODUCT_PACKAGES += \
201 android.hardware.authsecret@1.0-service
Bowgo Tsai825e1102018-07-16 17:58:40 +0800202
Roman Kiryanov84478f12020-03-27 12:36:16 -0700203# Identity
204PRODUCT_PACKAGES += \
205 android.hardware.identity-service.example
206
Lingfeng Yang702bf612019-11-22 14:46:35 -0800207# Input Classifier HAL
208PRODUCT_PACKAGES += \
209 android.hardware.input.classifier@1.0-service.default
210
Roman Kiryanov81223ab2020-03-26 14:20:26 -0700211# lights
212PRODUCT_PACKAGES += \
213 android.hardware.lights-service.example
214
Lingfeng Yang65f98342019-11-22 14:57:55 -0800215# power stats
216PRODUCT_PACKAGES += \
217 android.hardware.power.stats@1.0-service.mock
218
Kenny Root7ddb8c22019-12-03 15:27:47 -0800219# Reboot escrow
220PRODUCT_PACKAGES += \
221 android.hardware.rebootescrow-service.default
222
Huan Song07cb6ae2020-03-02 16:34:48 -0800223# Extension implementation for Jetpack WindowManager
224PRODUCT_PACKAGES += \
Diego Velaad6e9372020-06-02 12:49:22 -0700225 androidx.window.sidecar
Huan Song07cb6ae2020-03-02 16:34:48 -0800226
Roman Kiryanovbfdca4d2020-04-09 23:59:56 -0700227PRODUCT_PACKAGES += \
228 android.hardware.biometrics.face@1.0-service.example
229
Roman Kiryanoveee8b602020-04-10 00:01:54 -0700230PRODUCT_PACKAGES += \
231 android.hardware.contexthub@1.1-service.mock
232
bohua0427212019-05-20 15:22:48 -0700233# Goldfish does not support ION needed for Codec 2.0
bohu26008ea2019-10-29 12:24:24 -0700234# still disable it until b/143473631 is fixed
bohude2d0182019-10-31 08:51:29 -0700235# now this is setup on init.ranchu.rc
236# -qemu -append qemu.media.ccodec=<value> can override it; default 0
237#PRODUCT_PROPERTY_OVERRIDES += \
238# debug.stagefright.ccodec=0
bohua0427212019-05-20 15:22:48 -0700239
Yurii Zubrytskyi15dd7a92020-03-25 15:44:19 -0700240# Enable Incremental on the device via kernel driver
Songchun Fanef54b252020-04-28 13:18:56 -0700241PRODUCT_PROPERTY_OVERRIDES += ro.incremental.enable=yes
Yurii Zubrytskyi15dd7a92020-03-25 15:44:19 -0700242
243
bohu268c72f2018-06-09 08:19:08 -0700244PRODUCT_COPY_FILES += \
bohu79e3ac12020-03-30 19:38:57 -0700245 device/generic/goldfish/data/etc/dtb.img:dtb.img \
bohu268c72f2018-06-09 08:19:08 -0700246 device/generic/goldfish/data/etc/apns-conf.xml:data/misc/apns/apns-conf.xml \
bohub3f628d2020-06-05 22:26:58 -0700247 device/generic/goldfish/radio/RadioConfig/radioconfig.xml:data/misc/emulator/config/radioconfig.xml \
bohu7e987592019-03-03 15:44:41 -0800248 device/generic/goldfish/data/etc/local.prop:data/local.prop \
bohu268c72f2018-06-09 08:19:08 -0700249 device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \
250 device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \
251 device/generic/goldfish/wifi/init.wifi.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.wifi.sh \
252 device/generic/goldfish/init.ranchu.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.ranchu.rc \
253 device/generic/goldfish/fstab.ranchu:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu \
254 device/generic/goldfish/ueventd.ranchu.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
255 device/generic/goldfish/input/goldfish_rotary.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/goldfish_rotary.idc \
Weilun Du70d41852019-08-15 10:59:46 -0700256 device/generic/goldfish/input/qwerty2.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/qwerty2.idc \
257 device/generic/goldfish/input/qwerty.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/qwerty.kl \
Weilun Du41c6d922019-04-01 20:41:56 -0700258 device/generic/goldfish/input/virtio_input_multi_touch_1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_1.idc \
259 device/generic/goldfish/input/virtio_input_multi_touch_2.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_2.idc \
Weilun Du75c4d532019-05-14 15:10:25 -0700260 device/generic/goldfish/input/virtio_input_multi_touch_3.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_3.idc \
261 device/generic/goldfish/input/virtio_input_multi_touch_4.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_4.idc \
262 device/generic/goldfish/input/virtio_input_multi_touch_5.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_5.idc \
263 device/generic/goldfish/input/virtio_input_multi_touch_6.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_6.idc \
264 device/generic/goldfish/input/virtio_input_multi_touch_7.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_7.idc \
265 device/generic/goldfish/input/virtio_input_multi_touch_8.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_8.idc \
266 device/generic/goldfish/input/virtio_input_multi_touch_9.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_9.idc \
267 device/generic/goldfish/input/virtio_input_multi_touch_10.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_10.idc \
268 device/generic/goldfish/input/virtio_input_multi_touch_11.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/virtio_input_multi_touch_11.idc \
bohu268c72f2018-06-09 08:19:08 -0700269 device/generic/goldfish/data/etc/config.ini:config.ini \
270 device/generic/goldfish/wifi/simulated_hostapd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/simulated_hostapd.conf \
271 device/generic/goldfish/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
272 device/generic/goldfish/wifi/WifiConfigStore.xml:data/misc/wifi/WifiConfigStore.xml \
Roman Kiryanovf6518f32020-04-08 11:10:11 -0700273 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
274 frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
275 system/bt/vendor_libs/test_vendor_lib/data/controller_properties.json:vendor/etc/bluetooth/controller_properties.json \
bohu268c72f2018-06-09 08:19:08 -0700276 frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
Weilun Du966dc132020-08-24 10:50:06 -0700277 frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
Bjoern Johansson836f41d2018-06-13 10:57:09 -0700278 frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
bohu268c72f2018-06-09 08:19:08 -0700279 device/generic/goldfish/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
280 device/generic/goldfish/camera/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
281 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
282 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
bohub9a2ba92020-02-27 07:55:52 -0800283 device/generic/goldfish/camera/media_codecs_google_video_default.xml:${TARGET_COPY_OUT_VENDOR}/etc/media_codecs_google_video.xml \
bohu268c72f2018-06-09 08:19:08 -0700284 device/generic/goldfish/camera/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
285 device/generic/goldfish/camera/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
286 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
Jeff McGlynn52d25632018-07-10 15:45:24 -0700287 frameworks/native/data/etc/android.hardware.camera.ar.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.ar.xml \
Huan Song05cf7f82020-08-06 12:12:56 -0700288 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
Emilian Peev8c8ebf62020-07-13 17:27:22 -0700289 frameworks/native/data/etc/android.hardware.camera.concurrent.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.concurrent.xml \
Kenneth Magic85778502019-09-05 14:38:05 -0700290 frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
bohu268c72f2018-06-09 08:19:08 -0700291 frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
Huan Song9d8cbc42020-08-31 12:44:57 -0700292 frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
bohu268c72f2018-06-09 08:19:08 -0700293 frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
yahan40f9a292019-10-07 11:34:08 -0700294 frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
Yahan Zhou04f20f22019-08-02 16:05:13 -0700295 frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
296 frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
Lingfeng Yang1c2299a2020-02-13 08:47:13 -0800297 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 \
bohu268c72f2018-06-09 08:19:08 -0700298 frameworks/native/data/etc/android.software.autofill.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.autofill.xml \
bohu3530e842019-10-26 23:16:58 -0700299 frameworks/native/data/etc/android.software.verified_boot.xml:${TARGET_COPY_OUT_PRODUCT}/etc/permissions/android.software.verified_boot.xml \
Huan Song634f0b42019-09-17 17:16:46 -0700300 device/generic/goldfish/data/etc/permissions/privapp-permissions-goldfish.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-goldfish.xml \
301 hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_back.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_back.json \
302 hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_front.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_front.json \
303 hardware/google/camera/devices/EmulatedCamera/hwl/configs/emu_camera_depth.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/emu_camera_depth.json \
Andrii Kulian3bbd0072020-03-09 15:14:41 -0700304
305# Windowing settings config files
306PRODUCT_COPY_FILES += \
307 device/generic/goldfish/display_settings_freeform.xml:$(TARGET_COPY_OUT_DATA)/system/display_settings_freeform.xml