OSDN Git Service

Fix typo from previous commit.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 5 Oct 2015 08:51:36 +0000 (09:51 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 5 Oct 2015 08:53:06 +0000 (09:53 +0100)
commit7701d10fedc2b143b048f0cfeb0911edb1cf46b8
tree98e1c4a65ffdbf7f24d71b1e9b1396ac8e28135e
parentcc245eab2148547f9df37ddc5f767656dc033b81
Fix typo from previous commit.

core_dex2oat_dependency has a '|' dependency, so we should do :=
instead of += to force recompilation of the image.

Change-Id: Ic59b86666fa69038a67459e7be11c57c20bf815b
build/Android.oat.mk