platform_build/target/board/generic_arm64
David 'Digit' Turner d3e8cb7fda arm64: Fix aosp_arm64 system image.
This patch ensures that the system image produced for the 'aosp_arm64'
build products can actually run under emulation with the new qemu-android
binaries [1]

The main issue is that the virtual board is named 'ranchu' instead of
'goldfish' (because the virtual hardware is _very_ different), and thus
requires specific files for the boot to start properly

(in particular fstab.ranchu is required to mount the system, data and
cache partitions, otherwise init will fail badly because /system/bin/
and /data/ are missing important files).

IMPORTANT: This requires the files under device/generic/goldfish/ from:

    https://android-review.googlesource.com/#/c/105020/

[1] Binaries built from https://qemu-android.googlesource.com/qemu-android

BUG=17154406

Change-Id: Ic40360bf56e32aab708551c810000467d23793d4
2014-08-22 11:15:01 +02:00
..
BoardConfig.mk AArch64: Set TARGET_2ND_CPU_VARIANT for Arm64 to cortex-a15 2014-06-04 16:19:24 +01:00
device.mk arm64: Fix aosp_arm64 system image. 2014-08-22 11:15:01 +02:00
README.txt build: rename aarch64 target to arm64 2014-01-23 22:39:38 -08:00
system.prop build: rename aarch64 target to arm64 2014-01-23 22:39:38 -08: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.