platform_build/target/board/generic_x86_64_arm64
Roman Kiryanov f945b5df68 (reland2) Remove emulator dependencies on non emulator targets (2)
the sidecar issue in GSI was fixed.

Bug: 111538404
Test: presubmit
Change-Id: Ia48ce2e076edc4f13f85e58d9bbbe15b8e6a4438
Signed-off-by: Roman Kiryanov <rkir@google.com>
2023-07-11 14:16:35 -07:00
..
BoardConfig.mk (reland2) Remove emulator dependencies on non emulator targets (2) 2023-07-11 14:16:35 -07:00
device.mk (reland2) Remove emulator dependencies on non emulator targets (2) 2023-07-11 14:16:35 -07:00
README.txt Add generic_x86_64_arm64 board 2019-09-23 16:53:18 +02:00
system_ext.prop Add generic_x86_64_arm64 board 2019-09-23 16:53:18 +02:00

The "generic_x86_64" product defines a non-hardware-specific IA target
without a kernel or bootloader.

It can be used to build the entire user-level system, and
will work with the IA version of the emulator,

It is not a product "base class"; no other products inherit
from it or use it in any way.

Third party arm64 to x86_64 translator has to be installed as well