OSDN Git Service

Do not use -DUSE_*MALLOC for host build
authorShinichiro Hamaji <hamaji@google.com>
Wed, 29 Jul 2015 07:30:29 +0000 (16:30 +0900)
committerShinichiro Hamaji <hamaji@google.com>
Thu, 30 Jul 2015 04:59:10 +0000 (13:59 +0900)
commit028aec203da206f9996f01432474165e801cd328
treea7a85189e14aa9d7daa21a99dea5d78fdcc1f330
parent2a7ea34cda9bf776339dfc7f4a22ab01f9525f2d
Do not use -DUSE_*MALLOC for host build

When we use ninja and switch a lunch target to another, they
may cause unnecessary rebuild because ninja detects command
line changes. They are used in #ifdef HAVE_ANDROID_OS so there
should be no semantics changes.

Change-Id: I629c94c872c8fc8ba4b4c59b565338e14570c3fe
runtime/Android.mk