platform_build/target/board/generic_x86_arm
SzuWei Lin 18ef515e58 Revise aosp_x86_arm to inherit from mainline_system directly
After applying the patch, the contents in system/product align
to the mainline_system/aosp_product.

aosp_x86_arm is not releaseded for GSI. The patch also inherits
from BoardConfigMainlineCommon.mk instead of
BoardConfigGsiCommon.mk. But keeps output system_ext and product
files to /system/system_ext/ and /system/product/.

Bug: 136616665
Test: Compare the product out folder with/without the patch
Change-Id: I2aefbd2d3e71e26219508e53161fa8a3cc2fd652
2019-09-18 02:11:39 +00:00
..
BoardConfig.mk Revise aosp_x86_arm to inherit from mainline_system directly 2019-09-18 02:11:39 +00:00
device.mk Revise aosp_x86_arm to inherit from mainline_system directly 2019-09-18 02:11:39 +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