platform_build/target/board/generic_64bitonly_x86_64
Roman Kiryanov fd5e673f9f Match the generic_64bitonly_x86_64/BoardConfig.mk to generic_x86_64
aosp_64bitonly_x86_64 gets broken by the emulator
changes otherwise.

Bug: 274103438
Test: m
Change-Id: I31fed64619e26a1c690a6cf086c644757e45a878
Signed-off-by: Roman Kiryanov <rkir@google.com>
2023-03-22 20:22:21 -07:00
..
BoardConfig.mk Match the generic_64bitonly_x86_64/BoardConfig.mk to generic_x86_64 2023-03-22 20:22:21 -07:00
device.mk
README.txt
system.prop

The "generic_x86_64_app" 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,

This supports 64-bit apps only.