platform_build/target/board/generic_64bitonly_x86_64
Sam Lin d001fb334d Add an aosp target that supports 64-bit app only
Bug: 164166032
Test: N/A
Change-Id: I57116fe67cbe1322f348c9d0506655f32a900dcc
2020-09-16 17:15:10 -07:00
..
BoardConfig.mk Add an aosp target that supports 64-bit app only 2020-09-16 17:15:10 -07:00
device.mk Add an aosp target that supports 64-bit app only 2020-09-16 17:15:10 -07:00
README.txt Add an aosp target that supports 64-bit app only 2020-09-16 17:15:10 -07:00
system.prop Add an aosp target that supports 64-bit app only 2020-09-16 17:15:10 -07:00

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.