platform_build/target/board/generic_arm64
SzuWei Lin 3fc49fede8 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
2018-04-26 08:55:43 +00:00
..
BoardConfig.mk Create system.prop for GSI Pi 2018-04-26 08:55:43 +00:00
device.mk Enable VNDK for aosp_arm(64) 2018-04-23 19:19:29 +08:00
README.txt build: rename aarch64 target to arm64 2014-01-23 22:39:38 -08:00
system.prop emulator: move rild.libpath to vendor 2017-10-26 16:45:05 -07:00

The "generic_arm64" product defines a non-hardware-specific arm64 target
without a kernel or bootloader.

It is not a product "base class"; no other products inherit
from it or use it in any way.