OSDN Git Service

Only pass NINJA_ARGS to the main ninja compile
authorDan Willemsen <dwillemsen@google.com>
Thu, 5 May 2016 23:52:37 +0000 (16:52 -0700)
committerDan Willemsen <dwillemsen@google.com>
Thu, 5 May 2016 23:55:21 +0000 (16:55 -0700)
commit9a97ba700bc3242b380c245b53458ac6c90a320d
tree91daa575fbbeedf31ee541a93a0d3b9779cf5389
parentb60b340597ab4d1058b2a676e619531d2c829e40
Only pass NINJA_ARGS to the main ninja compile

This way commands like "-t query <target>" will work against the main
build, instead of failing to find the target during the initial soong
build and stopping.

Change-Id: I9b6bd6ac431b95e12db69ec7f272669b9d292761
core/ninja.mk
core/soong.mk