Merge "mma in dirs w/o Android.(mk|bp) in ancestor dir"

am: ea01e649d7

Change-Id: I06374b11b837fad4d6e1824ba1b99b1a109c7763
This commit is contained in:
Steven Moreland 2018-06-13 18:08:50 -07:00 committed by android-build-merger
commit cb69c58b56
1 changed files with 2 additions and 1 deletions

View File

@ -742,6 +742,7 @@ function findmakefile()
\cd ..
done
\cd $HERE
return 1
}
function mm()
@ -869,7 +870,7 @@ function mma()
echo "Couldn't locate the top of the tree. Try setting TOP."
return 1
fi
local M=$(findmakefile)
local M=$(findmakefile || echo $(realpath $PWD)/Android.mk)
# Remove the path to top as the makefilepath needs to be relative
local M=`echo $M|sed 's:'$T'/::'`
local MODULES_IN_PATHS=MODULES-IN-$(dirname ${M})