android_build/target/board/generic_arm64
Christoffer Dall a60edd110f arm: Support qemu-android on generic arm targets
When building a generic arm 32-bit target, we also want to include
support for the ranchu board model for the updated Android emulator
based on recent upstream QEMU.

Since the emulator.mk file is included by both the generic and
generic_arm64 targets and already defines a PRODUCT_COPY_FILES and
PRODUCT_PACKAGES, move duplicate entries from
target/board/generic*/device.mk to target/product/emulator.mk.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Change-Id: I7922ec0c4097776a185dbb245301d760ff332386
2014-11-19 12:17:59 -08:00
..
BoardConfig.mk Build: Increase system image for generic_arm64 2014-10-03 02:37:45 -07:00
README.txt build: rename aarch64 target to arm64 2014-01-23 22:39:38 -08:00
device.mk arm: Support qemu-android on generic arm targets 2014-11-19 12:17:59 -08:00
system.prop build: rename aarch64 target to arm64 2014-01-23 22:39:38 -08:00

README.txt

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.