OSDN Git Service

mka: allow mka to be run from anywhere in the tree
authorKhalid Zubair <kzubair@cyngn.com>
Tue, 6 Oct 2015 18:00:55 +0000 (11:00 -0700)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commit1e8e3c274db4719e5235ea5191fa7410bdb2abb3
tree4e474fc95167efa44db4ce3766f8961bc285a4e7
parentc9ef1375c9f6d8a3f5f3855ed1c4e2d98af6b005
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
envsetup.sh