|
|
|
@ -68,7 +68,7 @@ public class BuildMetadataProtoFromXml { |
|
|
|
String outputDir = args[1]; |
|
|
|
boolean forTesting = args[2].equals("true"); |
|
|
|
boolean liteBuild = args.length > 3 && args[3].equals("true"); |
|
|
|
|
|
|
|
|
|
|
|
String filePrefix; |
|
|
|
if (forTesting) { |
|
|
|
filePrefix = outputDir + PhoneNumberUtilTest.TEST_META_DATA_FILE_PREFIX; |
|
|
|
@ -110,6 +110,9 @@ public class BuildMetadataProtoFromXml { |
|
|
|
" * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n" + |
|
|
|
" * See the License for the specific language governing permissions and\n" + |
|
|
|
" * limitations under the License.\n" + |
|
|
|
" *\n" + |
|
|
|
" * This file is automatically generated by BuildMetadataProtoFromXml. Please\n" + |
|
|
|
" * don't modify directly.\n" + |
|
|
|
" */\n\n"; |
|
|
|
private static final String MAPPING_IMPORTS = |
|
|
|
"import java.util.ArrayList;\n" + |
|
|
|
|