• Home
  • Raw
  • Download

Lines Matching +full:python +full:- +full:version

2 # Use of this source code is governed by a BSD-style license that can be
11 # version_code: Version code for the stub.
12 # version_name: Version name for the stub.
15 # static_library_name: For static library apks, name for the <static-library>.
16 # static_library_version: For static library apks, version for the
17 # <static-library> tag (for TrichromeLibrary, we set this to be the same
23 # Android requires stubs end with -Stub.apk.
24 assert(filter_exclude([ invoker.stub_output ], [ "*-Stub.apk" ]) == [],
25 "stub_output \"${invoker.stub_output}\" must end with \"-Stub.apk\"")
36 "--output",
41 "--static-library-name",
48 "--static-library-version",
52 args += [ "--static-library-version=1" ]
71 "//third_party/protobuf/python/google/__init__.py",
72 "//third_party/protobuf/python/google/protobuf/__init__.py",
73 "//third_party/protobuf/python/google/protobuf/compiler/__init__.py",
74 "//third_party/protobuf/python/google/protobuf/compiler/plugin_pb2.py",
75 "//third_party/protobuf/python/google/protobuf/descriptor.py",
76 "//third_party/protobuf/python/google/protobuf/descriptor_database.py",
77 "//third_party/protobuf/python/google/protobuf/descriptor_pb2.py",
78 "//third_party/protobuf/python/google/protobuf/descriptor_pool.py",
79 "//third_party/protobuf/python/google/protobuf/internal/__init__.py",
80 "//third_party/protobuf/python/google/protobuf/internal/_parameterized.py",
81 "//third_party/protobuf/python/google/protobuf/internal/api_implementation.py",
82 "//third_party/protobuf/python/google/protobuf/internal/builder.py",
83 "//third_party/protobuf/python/google/protobuf/internal/containers.py",
84 "//third_party/protobuf/python/google/protobuf/internal/decoder.py",
85 "//third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py",
86 "//third_party/protobuf/python/google/protobuf/internal/descriptor_pool_test.py",
87 "//third_party/protobuf/python/google/protobuf/internal/descriptor_test.py",
88 "//third_party/protobuf/python/google/protobuf/internal/encoder.py",
89 "//third_party/protobuf/python/google/protobuf/internal/enum_type_wrapper.py",
90 "//third_party/protobuf/python/google/protobuf/internal/extension_dict.py",
91 "//third_party/protobuf/python/google/protobuf/internal/generator_test.py",
92 "//third_party/protobuf/python/google/protobuf/internal/import_test.py",
93 "//third_party/protobuf/python/google/protobuf/internal/import_test_package/__init__.py",
94 "//third_party/protobuf/python/google/protobuf/internal/json_format_test.py",
95 "//third_party/protobuf/python/google/protobuf/internal/keywords_test.py",
96 "//third_party/protobuf/python/google/protobuf/internal/message_factory_test.py",
97 "//third_party/protobuf/python/google/protobuf/internal/message_listener.py",
98 "//third_party/protobuf/python/google/protobuf/internal/message_test.py",
99 "//third_party/protobuf/python/google/protobuf/internal/proto_builder_test.py",
100 "//third_party/protobuf/python/google/protobuf/internal/python_message.py",
101 "//third_party/protobuf/python/google/protobuf/internal/reflection_test.py",
102 "//third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py",
103 "//third_party/protobuf/python/google/protobuf/internal/symbol_database_test.py",
104 "//third_party/protobuf/python/google/protobuf/internal/test_util.py",
105 "//third_party/protobuf/python/google/protobuf/internal/testing_refleaks.py",
106 "//third_party/protobuf/python/google/protobuf/internal/text_encoding_test.py",
107 "//third_party/protobuf/python/google/protobuf/internal/text_format_test.py",
108 "//third_party/protobuf/python/google/protobuf/internal/type_checkers.py",
109 "//third_party/protobuf/python/google/protobuf/internal/unknown_fields_test.py",
110 "//third_party/protobuf/python/google/protobuf/internal/well_known_types.py",
111 "//third_party/protobuf/python/google/protobuf/internal/well_known_types_test.py",
112 "//third_party/protobuf/python/google/protobuf/internal/wire_format.py",
113 "//third_party/protobuf/python/google/protobuf/internal/wire_format_test.py",
114 "//third_party/protobuf/python/google/protobuf/json_format.py",
115 "//third_party/protobuf/python/google/protobuf/message.py",
116 "//third_party/protobuf/python/google/protobuf/message_factory.py",
117 "//third_party/protobuf/python/google/protobuf/proto_builder.py",
118 "//third_party/protobuf/python/google/protobuf/pyext/__init__.py",
119 "//third_party/protobuf/python/google/protobuf/pyext/cpp_message.py",
120 "//third_party/protobuf/python/google/protobuf/reflection.py",
121 "//third_party/protobuf/python/google/protobuf/service.py",
122 "//third_party/protobuf/python/google/protobuf/service_reflection.py",
123 "//third_party/protobuf/python/google/protobuf/symbol_database.py",
124 "//third_party/protobuf/python/google/protobuf/text_encoding.py",
125 "//third_party/protobuf/python/google/protobuf/text_format.py",
126 "//third_party/protobuf/python/google/protobuf/unknown_fields.py",
127 "//third_party/protobuf/python/google/protobuf/util/__init__.py",
131 "--aapt2-path",
133 "--min-sdk-version=$default_min_sdk_version",
134 "--target-sdk-version=$_target_sdk_version",
135 "--android-manifest",
137 "--arsc-path",
163 # Pass this through to ensure that the version code in the build config is
164 # the same as the static library version.
167 "--static-library-version",
174 "--rename-manifest-package=$_package_name",
175 "--arsc-package-name=$_package_name",
176 "--version-code=$_version_code",
177 "--version-name=$_version_name",
178 "--include-resources",
203 # static_library_name: For static library apks, name for the <static-library>.
204 # static_library_version: For static library apks, version for the
205 # <static-library> tag (for TrichromeLibrary, we set this to be the same
235 "--input",
237 "--output",
248 "--bundle-wrapper",
254 args += [ "--fuse-apk" ]