platform_build/target/board/generic_arm64
SzuWei Lin ce1fdb2f55 Change aosp_$arch.mk to inherit from gsi_common.mk
The patch changes GSI (aosp_$arch) to inherit from gsi_common.mk
instead of aosp_base_telephony.mk.

The patch also clones the emulator_vendor.mk from emulator.mk to
include all vendor modules.

Bug: 119747870
Test: boot aosp_arm64-userdebug on a blueline device on master/P
Test: boot aosp_x86-userdebug on the emulator
Test: boot aosp_x86_64-userdebug on the emulator
Test: compare the out folder with/without the patch, only more content
Change-Id: Ibd398d4f93d2a964813e05ccd434975435d25adc
2019-02-01 11:29:02 +08:00
..
BoardConfig.mk Bump the remaining 32-bit arm configs to require neon 2019-01-23 22:27:33 -08:00
device.mk Change aosp_$arch.mk to inherit from gsi_common.mk 2019-02-01 11:29:02 +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.