github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/target/product/aosp_x86_64.mk (about) 1 # 2 # Copyright 2013 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 is a build configuration for a full-featured build of the 18 # Open-Source part of the tree. It's geared toward a US-centric 19 # build quite specifically for the emulator, and might not be 20 # entirely appropriate to inherit from for on-device configurations. 21 22 -include device/generic/goldfish/x86_64-vendor.mk 23 24 # Copy different zygote settings for vendor.img to select by setting property 25 # ro.zygote=zygote64_32 or ro.zygote=zygote32_64: 26 # 1. 64-bit primary, 32-bit secondary OR 27 # 2. 32-bit primary, 64-bit secondary 28 # init.zygote64_32.rc is in the core_64_bit.mk below 29 PRODUCT_COPY_FILES += \ 30 system/core/rootdir/init.zygote32_64.rc:root/init.zygote32_64.rc 31 32 # TODO(b/78308559): includes vr_hwc into GSI before vr_hwc move to vendor 33 PRODUCT_PACKAGES += \ 34 vr_hwc 35 36 $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator.mk) 37 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) 38 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) 39 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86_64/device.mk) 40 41 # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI 42 PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true 43 44 ifdef NET_ETH0_STARTONBOOT 45 PRODUCT_PROPERTY_OVERRIDES += net.eth0.startonboot=1 46 endif 47 48 # Ensure we package the BIOS files too. 49 PRODUCT_PACKAGES += \ 50 bios.bin \ 51 vgabios-cirrus.bin \ 52 53 # Overrides 54 PRODUCT_NAME := aosp_x86_64 55 PRODUCT_DEVICE := generic_x86_64 56 PRODUCT_BRAND := Android 57 PRODUCT_MODEL := AOSP on IA x86_64 Emulator