• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (C) 2021 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
16PRODUCT_COPY_FILES += device/generic/goldfish/pc/config.ini.pc:config.ini
17
18$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_x86_64.mk)
19
20PRODUCT_NAME := sdk_pc_x86_64
21PRODUCT_DEVICE := emulator64_x86_64
22PRODUCT_BRAND := Android
23PRODUCT_MODEL := PC on x86_64 emulator
24PRODUCT_PACKAGE_OVERLAYS := device/generic/goldfish/pc/overlay
25PRODUCT_COPY_FILES += \
26    frameworks/native/data/etc/pc_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/pc_core_hardware.xml \
27    device/generic/goldfish/pc/data/etc/pc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/pc.xml
28PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := device/generic/goldfish/pc/images_source.prop_template
29