Skip to content
Snippets Groups Projects
Commit a6d876e9 authored by Android Build Role Account android-build-prod's avatar Android Build Role Account android-build-prod
Browse files

Snap for 6383292 from accde6d8 to q-keystone-qcom-release

Change-Id: Ida5ae596e482236d149662ea51af5f5db89dabbe
parents a779298f accde6d8
Branches
No related tags found
No related merge requests found
...@@ -15,6 +15,17 @@ ...@@ -15,6 +15,17 @@
$(call inherit-product, device/generic/car/common/car.mk) $(call inherit-product, device/generic/car/common/car.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86_64.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86_64.mk)
$(call inherit-product, device/generic/car/emulator/audio/car_emulator_audio.mk)
PRODUCT_SDK_ADDON_NAME := car_emu_x86_64
# Extra files needed by the addon.
PRODUCT_SDK_ADDON_COPY_FILES := \
device/generic/goldfish/data/etc/encryptionkey.img:images/${TARGET_CPU_ABI}/encryptionkey.img\
device/generic/car/car_x86_64/manifest.ini:manifest.ini
PRODUCT_SDK_ADDON_COPY_MODULES := \
com.android.future.usb.accessory:libs/usb.jar
DEVICE_PACKAGE_OVERLAYS += device/generic/car/car_x86_64/overlay DEVICE_PACKAGE_OVERLAYS += device/generic/car/car_x86_64/overlay
...@@ -22,3 +33,7 @@ PRODUCT_NAME := car_x86_64 ...@@ -22,3 +33,7 @@ PRODUCT_NAME := car_x86_64
PRODUCT_DEVICE := generic_x86_64 PRODUCT_DEVICE := generic_x86_64
PRODUCT_BRAND := Google PRODUCT_BRAND := Google
PRODUCT_MODEL := Car on x86_64 emulator PRODUCT_MODEL := Car on x86_64 emulator
PRODUCT_SDK_ADDON_NAME := car_x86_64
PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := \
device/generic/car/car_x86_64/source.properties
# SDK Add-on Manifest
name=Android emu
name-id=Android
vendor=Google Inc
vendor-id=google
description=Android
# version of the Android platform on which this add-on is built.
api=29
# revision of the add-on
revision=1
Pkg.Desc=System Image x86_64.
Pkg.Revision=5
Pkg.Dependencies=emulator#27.1.7
AndroidVersion.ApiLevel=29
SystemImage.Abi=x86_64
SystemImage.TagId=google_apis
SystemImage.TagDisplay=Android emu
SystemImage.GpuSupport=true
Addon.VendorId=Android
Addon.VendorDisplay=Android
avd_config_ini.hw.mainKeys=no
avd_config_ini.hw.keyboard=yes
...@@ -32,9 +32,14 @@ PRODUCT_COPY_FILES += \ ...@@ -32,9 +32,14 @@ PRODUCT_COPY_FILES += \
packages/services/Car/car_product/init/init.car.rc:root/init.car.rc packages/services/Car/car_product/init/init.car.rc:root/init.car.rc
# Copy car_core_hardware and overwrite handheld_core_hardware.xml with a dummy config. # Copy car_core_hardware and overwrite handheld_core_hardware.xml with a dummy config.
# Overwrite goldfish related xml with a dummy config.
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/generic/car/common/android.hardware.dummy.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \ device/generic/car/common/android.hardware.dummy.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
device/generic/car/common/car_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/car_core_hardware.xml device/generic/car/common/car_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/car_core_hardware.xml \
device/generic/car/common/android.hardware.dummy.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.ar.xml \
device/generic/car/common/android.hardware.dummy.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml \
device/generic/car/common/android.hardware.dummy.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
device/generic/car/common/android.hardware.dummy.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
# Enable landscape # Enable landscape
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment