OSDN Git Service

ART: Add Makefile target for boot image
authorAndreas Gampe <agampe@google.com>
Mon, 11 Apr 2016 18:57:18 +0000 (11:57 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 12 Apr 2016 17:15:17 +0000 (10:15 -0700)
commitfad48e747c28836bc0fc84b9709df554be8b344d
tree914330b6d693e6f3068571ae52df525972a3500b
parent934c5b69b1e78e22cd242c692f9ae4606799af31
ART: Add Makefile target for boot image

Add a phony Makefile target that depends on the dexopted boot image.
This allows to test out changes easily, for example, for compile-time
initialization:

 m art-boot-image ART_BOOT_IMAGE_EXTRA_ARGS=--dump-init-failures=fails.txt

Bug: 27265238
Change-Id: I9d54c562a2e623b23b7c1dea9cdbe303786c95dd
Android.mk