platform_build/target/board/generic_arm64
SzuWei Lin eec848fd6a Remove GKI from gsi_$arch
After having gki_$arch, there is no longer need for building GKI
by target gsi_$arch. The BoardConfigGkiCommon.mk is also moved
to /device/generic/common. The patch removes all GKI related
settings and files from target gsi_$arch.

Bug: 212486689
Test: build dist of gsi_arm64-userdebug
Test: build dist of aosp_arm64-userdebug
Change-Id: I369f42ad1f6e3f519bb62c3f035e699df1c7468f
2022-01-21 11:54:12 +08:00
..
sepolicy OWNERS: include core sepolicy OWNERS 2020-11-16 13:26:38 +01:00
BoardConfig.mk Remove GKI from gsi_$arch 2022-01-21 11:54:12 +08:00
device.mk Remove GKI from gsi_$arch 2022-01-21 11:54:12 +08:00
README.txt aosp_arm64: clarify GKI in readme. 2020-11-16 11:40:58 -08:00
system_ext.prop Moving GSI-specific properties to /system_ext 2019-09-10 21:55:32 +08:00

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

It is also the target to build the generic kernel image (GKI).

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