platform_build/target/board/generic_x86_arm
bohu 9b4e805a4d fix generic_x86_arm
To make the generic_x86_arm bootable.
Third party translabor binary can be added on the resulting
system.img and be tested at least on emulator.

BUG: 117673798

Change-Id: Iffbcf9217bbedc12ba83a4851e84ecbf299bf8e7
Merged-In: Iffbcf9217bbedc12ba83a4851e84ecbf299bf8e7
2018-10-17 21:57:15 +00:00
..
BoardConfig.mk fix generic_x86_arm 2018-10-17 21:57:15 +00:00
device.mk fix generic_x86_arm 2018-10-17 21:57:15 +00:00
README.txt fix generic_x86_arm 2018-10-17 21:57:15 +00:00
system.prop fix generic_x86_arm 2018-10-17 21:57:15 +00:00

The "generic_x86_arm" 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 arm to x86 translator has to be installed as well