Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
afa958f4
Commit
afa958f4
authored
10 years ago
by
Adrian Roos
Browse files
Options
Download
Email Patches
Plain Diff
Allow variable overrides in mmm and mmma
Change-Id: I12e8cc62e72d0af3b777f69727eafec9aa1713e3
parent
e925e7fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
envsetup.sh
envsetup.sh
+2
-2
No files found.
envsetup.sh
View file @
afa958f4
...
...
@@ -761,7 +761,7 @@ function mmm()
MAKEFILE
=
"
$MAKEFILE
$MFILE
"
else
case
$DIR
in
showcommands
|
snod
|
dist
|
incrementaljavac
)
ARGS
=
"
$ARGS
$DIR
"
;;
showcommands
|
snod
|
dist
|
incrementaljavac
|
*
=
*
)
ARGS
=
"
$ARGS
$DIR
"
;;
GET-INSTALL-PATH
)
GET_INSTALL_PATH
=
$DIR
;;
*
)
echo
"No Android.mk in
$DIR
."
;
return
1
;;
esac
...
...
@@ -817,7 +817,7 @@ function mmma()
fi
else
case
$DIR
in
showcommands
|
snod
|
dist
|
incrementaljavac
)
ARGS
=
"
$ARGS
$DIR
"
;;
showcommands
|
snod
|
dist
|
incrementaljavac
|
*
=
*
)
ARGS
=
"
$ARGS
$DIR
"
;;
*
)
echo
"Couldn't find directory
$DIR
"
;
return
1
;;
esac
fi
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment