commit | abcd19499d0ba475715dd76a8d0f7c08c630c7ea | [log] [tgz] |
---|---|---|
author | Khalid Zubair <kzubair@cyngn.com> | Tue Oct 06 11:00:55 2015 -0700 |
committer | Michael Bestas <mikeioannina@gmail.com> | Tue Oct 27 00:45:16 2015 +0200 |
tree | ea77e6ccbe5327a19e19aefa436831884d1c7ab6 | |
parent | 093f92c383fcf2a6c7566cb52378d53b6f466bc6 [diff] |
mka: allow mka to be run from anywhere in the tree The Android build system expects to be launched from the top of the tree. Invoking mka at any other level often has unintended consequence (e.g. targets the host ARCH because ARCH was not set). The various build shortcuts like m and mm invoke Make from the top of the tree. mka now does the same. Change-Id: Id956cf04cbaf1d12d12549ca54e32b9c2ce1fc29