platform_build/target/board/generic_x86_64
Isaac Chen d9fed02138 Enable VNDK for aosp_x86 and aosp_x86_64
When VNDK version is not enabled, libminijail.so are built under
system directory. It is not found in GSI, though.

Enable VNDK version causes it to be built under vendor directory.

Bug: 69395141
Test: Both of the following 2 products can boot to home screen.
    $ lunch aosp_x86-userdebug; m -j; emulator
    $ lunch aosp_x86_64-userdebug; m -j; emulator

Change-Id: I6356ffe4a806b3d8fc79057bf772d139209a5f11
Merged-In: I6356ffe4a806b3d8fc79057bf772d139209a5f11
(cherry picked from commit 532d5adf7b)
2017-12-07 15:03:25 +08:00
..
BoardConfig.mk Enable VNDK for aosp_x86 and aosp_x86_64 2017-12-07 15:03:25 +08:00
README.txt x86_64: Adding new target 2013-10-02 20:58:54 +04:00
device.mk emulator: squash misc modifications from oc-emu-dev 2017-10-26 16:45:05 -07:00
system.prop emulator: move rild.libpath to vendor 2017-10-26 16:45:05 -07: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.