xref: /aosp_15_r20/external/protobuf/java/lite/generate-test-sources-build.xml (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1*1b3f573fSAndroid Build Coastguard Worker<project name="generate-test-sources">
2*1b3f573fSAndroid Build Coastguard Worker    <mkdir dir="${generated.testsources.dir}"/>
3*1b3f573fSAndroid Build Coastguard Worker    <exec executable="${protoc}">
4*1b3f573fSAndroid Build Coastguard Worker        <arg value="--java_out=lite:${generated.testsources.dir}"/>
5*1b3f573fSAndroid Build Coastguard Worker        <arg value="--proto_path=${protobuf.source.dir}"/>
6*1b3f573fSAndroid Build Coastguard Worker        <arg value="--proto_path=${protobuf.basedir}/java/core/${test.proto.dir}"/>
7*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/descriptor.proto"/>
8*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/map_lite_unittest.proto"/>
9*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/>
10*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/>
11*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/>
12*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public.proto"/>
13*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public_lite.proto"/>
14*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_lite.proto"/>
15*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset.proto"/>
16*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset_wire_format.proto"/>
17*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_no_generic_services.proto"/>
18*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_optimize_for.proto"/>
19*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_proto3.proto"/>
20*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_proto3_optional.proto"/>
21*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.source.dir}/google/protobuf/unittest_well_known_types.proto"/>
22*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/any_test.proto"/>
23*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/cached_field_size_test.proto"/>
24*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/deprecated_file.proto"/>
25*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/field_presence_test.proto"/>
26*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/lazy_fields_lite.proto"/>
27*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/lite_equals_and_hash.proto"/>
28*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_for_proto2_lite_test.proto"/>
29*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_for_proto2_test.proto"/>
30*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_initialization_order_test.proto"/>
31*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_lite_test.proto"/>
32*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_test.proto"/>
33*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/nested_builders_test.proto"/>
34*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/nested_extension.proto"/>
35*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/nested_extension_lite.proto"/>
36*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/non_nested_extension.proto"/>
37*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/non_nested_extension_lite.proto"/>
38*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/outer_class_name_test.proto"/>
39*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/outer_class_name_test2.proto"/>
40*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/outer_class_name_test3.proto"/>
41*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/packed_field_test.proto"/>
42*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/proto2_message.proto"/>
43*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/proto2_message_lite.proto"/>
44*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/proto2_unknown_enum_values.proto"/>
45*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/proto3_message.proto"/>
46*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/proto3_message_lite.proto"/>
47*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/test_bad_identifiers.proto"/>
48*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/test_check_utf8.proto"/>
49*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/test_check_utf8_size.proto"/>
50*1b3f573fSAndroid Build Coastguard Worker        <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/wrappers_test.proto"/>
51*1b3f573fSAndroid Build Coastguard Worker    </exec>
52*1b3f573fSAndroid Build Coastguard Worker</project>
53