platform_build/target/board/generic_x86
SzuWei Lin 326ad779c1 Create system.prop for GSI Pi
Properties for GSI Pi are not exactly the same as those for legacy GSI.
Create a new gsi_system.prop for GSI Pi to avoid reusing legacy
treble_system.prop used by legacy GSI (aosp_$arch_a(b) products).

Bug: 78605339
Test: build and observe the system/build.prop
Change-Id: I435e33558e244009af9a91a97580fd56591ff6f3
Merged-In: I435e33558e244009af9a91a97580fd56591ff6f3
(cherry picked from commit 3fc49fede8)
2018-06-12 18:03:31 +08:00
..
sepolicy sepolicy: update OWNERS 2018-06-04 22:10:54 -07:00
BoardConfig.mk Create system.prop for GSI Pi 2018-06-12 18:03:31 +08:00
device.mk Make aosp_$arch system images closer to GSIs 2018-04-24 10:03:14 +08:00
README.txt x86: qemu emulator is the default build target 2011-03-24 10:55:22 -07:00
system.prop emulator: move rild.libpath to vendor 2017-10-26 16:45:05 -07:00

The "generic_x86" 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.