AI 147029: am: CL 147027 am: CL 147025 ADT #1795718: disable --mode in "android create project".
The alias build rules do not work and the flag wasn't even used by ProjectCreator anyway. Will reintroduce later. Original author: raphael Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 147029
This commit is contained in:
committed by
The Android Open Source Project
parent
7ab08f81a6
commit
4b1f6975a9
@@ -138,9 +138,13 @@ public class SdkCommandLine extends CommandLineProcessor {
|
||||
|
||||
// --- create project ---
|
||||
|
||||
/* Disabled for ADT 0.9 / Cupcake SDK 1.5_r1 release. [bug #1795718].
|
||||
This currently does not work, the alias build rules need to be fixed.
|
||||
|
||||
define(MODE.ENUM, true,
|
||||
VERB_CREATE, OBJECT_PROJECT, "m", KEY_MODE,
|
||||
"Project mode", new String[] { ARG_ACTIVITY, ARG_ALIAS });
|
||||
*/
|
||||
define(MODE.STRING, true,
|
||||
VERB_CREATE, OBJECT_PROJECT,
|
||||
"p", KEY_PATH,
|
||||
|
||||
Reference in New Issue
Block a user