platform_build/target/board/generic_x86_64_arm64
Evgeny Eltsin 5c36806fbf Add generic_x86_64_arm64 board
An x86_64 board + third-party arm64 to x86_64 binary translator.

Test: none
Change-Id: I15c6249be8fc7f3e716213c9a3fe6b0fe9563d1c
2019-09-23 16:53:18 +02:00
..
BoardConfig.mk Add generic_x86_64_arm64 board 2019-09-23 16:53:18 +02:00
README.txt Add generic_x86_64_arm64 board 2019-09-23 16:53:18 +02:00
device.mk 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

README.txt

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