OSDN Git Service

arm64: don't build emulator
authorColin Cross <ccross@android.com>
Thu, 20 Feb 2014 22:39:09 +0000 (14:39 -0800)
committerColin Cross <ccross@android.com>
Thu, 20 Feb 2014 22:39:09 +0000 (14:39 -0800)
There is no emulator kernel yet, so don't try to build the emulator.

Change-Id: I714f5717f439b4e48a973f4355f2c6684af79764

target/board/generic_arm64/BoardConfig.mk

index 72b21e6..0bdcd99 100644 (file)
@@ -59,3 +59,5 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
 # Temporarily disable linking against compiler_rt until there is an arm64
 # version
 WITHOUT_LIBCOMPILER_RT := true
+
+BUILD_EMULATOR := false