b82fbc64428754818e1e6178f5096c83c7f8f252 |
|
04-Feb-2011 |
Raphael <raphael@google.com> |
merge "SDK: make 'mkstub' less verbose." from HC. Do not merge. mkstub is the tool used to stub the google_apis maps.jar. Since we're integrating it in the build, we want to control its verbosity. Change-Id: I93d7dc6a63426affac008f8ef367a0d79277b59a
|
8252cdea30a5a22ae8b2235d7dee2fdd02ba5ccd |
|
04-Feb-2011 |
Raphael <raphael@google.com> |
SDK: make 'mkstub' less verbose. mkstub is the tool used to stub the google_apis maps.jar. Since we're integrating it in the build, we want to control its verbosity. Change-Id: Ic0cfacb79a0aa260bcafb54bdc6bdb5a98b1c87a
|
ce6f5c964f56cb9bb670d350da2fa57d3772127b |
|
23-Jul-2009 |
Xavier Ducrohet <xav@android.com> |
Minor NPE fix.
|
adf4543e57086070c95b3ef439dbb6679b0bd562 |
|
21-Apr-2009 |
Raphael Moll <> |
AI 147194: am: CL 147193 am: CL 147190 Javadoc for MkStubs. Original author: raphael Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 147194
|
ee8f65c4f76965873842ecc25e40a3ca6774d40c |
|
21-Apr-2009 |
Raphael Moll <> |
AI 147193: am: CL 147190 Javadoc for MkStubs. Original author: raphael Merged from: //branches/cupcake/... Automated import of CL 147193
|
8f17caaa8be3e790f0ee26fa5b009b12c56a16d7 |
|
21-Apr-2009 |
Raphael Moll <> |
AI 147190: Javadoc for MkStubs. BUG=1778786 Automated import of CL 147190
|
995b5ac934a7b584fecfa055d422fdba93aef812 |
|
19-Apr-2009 |
Raphael Moll <> |
AI 146872: am: CL 146870 am: CL 146865 Final pass on stubber: properly filter fields and methods. Original author: raphael Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146872
|
32557b47c5418ec1be949f15be5440701a8c06a6 |
|
19-Apr-2009 |
Raphael Moll <> |
AI 146870: am: CL 146865 Final pass on stubber: properly filter fields and methods. Original author: raphael Merged from: //branches/cupcake/... Automated import of CL 146870
|
0cb5e26dab4d6c62f7e1ac5a6ddd509ba3ee8c8c |
|
19-Apr-2009 |
Raphael Moll <> |
AI 146865: Final pass on stubber: properly filter fields and methods. BUG=1778786 Automated import of CL 146865
|
a4335fbe026cff184eea04b406343296870ccb2e |
|
19-Apr-2009 |
Raphael Moll <> |
AI 146829: am: CL 146744 am: CL 146720 ADT Jar Stubber: generate stubbed jar. This also reorganizes some source so it's 90% refactoring. There will be more filtering to do in another CL. Original author: raphael Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146829
|
323557aaf99f85ec31069e82460b30dfa2abf777 |
|
17-Apr-2009 |
Raphael Moll <> |
AI 146744: am: CL 146720 ADT Jar Stubber: generate stubbed jar. This also reorganizes some source so it's 90% refactoring. There will be more filtering to do in another CL. Original author: raphael Merged from: //branches/cupcake/... Automated import of CL 146744
|
42c230dd91c73413d4d538e7a68639816cf83f32 |
|
17-Apr-2009 |
Raphael Moll <> |
AI 146720: ADT Jar Stubber: generate stubbed jar. This also reorganizes some source so it's 90% refactoring. There will be more filtering to do in another CL. BUG=1778786 Automated import of CL 146720
|
9cdcde3017e17e1154341e697f855dd15d5d8a47 |
|
16-Apr-2009 |
Raphael Moll <> |
AI 146498: am: CL 145983 am: CL 145911 ADT #1778786: tool to generate stubbed jar file. This is only a preliminary CL. More will follow but this is a good start, with the following caveats: What it does: - take an input jar, a list of includes, a list of excludes. - generate actual Java source for the filtered classes. What it doesn't do yet: - some more work on filtering inner elements (methods, etc.) - properly generate inner classes. - hide synthetic fields. - some classes body are missing - directly generate a stubbed bytecode/jar rather than source. I'll likely want to keep the source generator for debugging purposes or if we want to integrate with a build system instead. - classpath will be changed in the final CL to refer to the external ASM lib rather than the project. I need the source for debugging rigth now. - will review comments before submitting. Original author: raphael Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146498
|
1297169e0952bcec5786304b29b45017d7074d52 |
|
14-Apr-2009 |
Raphael Moll <> |
AI 145983: am: CL 145911 ADT #1778786: tool to generate stubbed jar file. This is only a preliminary CL. More will follow but this is a good start, with the following caveats: What it does: - take an input jar, a list of includes, a list of excludes. - generate actual Java source for the filtered classes. What it doesn't do yet: - some more work on filtering inner elements (methods, etc.) - properly generate inner classes. - hide synthetic fields. - some classes body are missing - directly generate a stubbed bytecode/jar rather than source. I'll likely want to keep the source generator for debugging purposes or if we want to integrate with a build system instead. - classpath will be changed in the final CL to refer to the external ASM lib rather than the project. I need the source for debugging rigth now. - will review comments before submitting. Original author: raphael Merged from: //branches/cupcake/... Automated import of CL 145983
|
6c0d467cc25692bf3a9eb36d2d88b895aa18a18d |
|
13-Apr-2009 |
Raphael Moll <> |
AI 145911: ADT #1778786: tool to generate stubbed jar file. This is only a preliminary CL. More will follow but this is a good start, with the following caveats: What it does: - take an input jar, a list of includes, a list of excludes. - generate actual Java source for the filtered classes. What it doesn't do yet: - some more work on filtering inner elements (methods, etc.) - properly generate inner classes. - hide synthetic fields. - some classes body are missing - directly generate a stubbed bytecode/jar rather than source. I'll likely want to keep the source generator for debugging purposes or if we want to integrate with a build system instead. - classpath will be changed in the final CL to refer to the external ASM lib rather than the project. I need the source for debugging rigth now. - will review comments before submitting. BUG=1778786 Automated import of CL 145911
|