Lines Matching refs:apex
18 name: "com.android.apex.cts.shim.pem",
19 out: ["com.android.apex.cts.shim.pem"],
24 name: "com.android.apex.cts.shim.pubkey",
25 srcs: [":com.android.apex.cts.shim.pem"],
26 out: ["com.android.apex.cts.shim.pubkey"],
32 name: "com.android.apex.cts.shim.key",
33 private_key: ":com.android.apex.cts.shim.pem",
34 public_key: ":com.android.apex.cts.shim.pubkey",
51 apex {
52 name: "com.android.apex.cts.shim.v3",
55 file_contexts: ":apex.test-file_contexts",
56 key: "com.android.apex.cts.shim.key",
63 apex {
64 name: "com.android.apex.cts.shim.v2",
67 file_contexts: ":apex.test-file_contexts",
68 key: "com.android.apex.cts.shim.key",
75 apex {
76 name: "com.android.apex.cts.shim.v2_no_hashtree",
79 file_contexts: ":apex.test-file_contexts",
80 key: "com.android.apex.cts.shim.key",
101 // Use empty hash.txt to make sure that this apex has wrong SHA512, hence trying
103 apex {
104 name: "com.android.apex.cts.shim.v2_wrong_sha",
107 file_contexts: ":apex.test-file_contexts",
108 key: "com.android.apex.cts.shim.key",
120 apex {
121 name: "com.android.apex.cts.shim.v2_additional_file",
124 file_contexts: ":apex.test-file_contexts",
125 key: "com.android.apex.cts.shim.key",
138 apex {
139 name: "com.android.apex.cts.shim.v2_additional_folder",
142 file_contexts: ":apex.test-file_contexts",
143 key: "com.android.apex.cts.shim.key",
148 apex {
149 name: "com.android.apex.cts.shim.v2_with_pre_install_hook",
152 file_contexts: ":apex.test-file_contexts",
153 key: "com.android.apex.cts.shim.key",
158 apex {
159 name: "com.android.apex.cts.shim.v2_with_post_install_hook",
162 file_contexts: ":apex.test-file_contexts",
163 key: "com.android.apex.cts.shim.key",
171 ":com.android.apex.cts.shim.v2",
172 ":com.android.apex.cts.shim.v2_additional_file",
173 ":com.android.apex.cts.shim.v2_additional_folder",
174 ":com.android.apex.cts.shim.v2_different_certificate",
175 ":com.android.apex.cts.shim.v2_no_hashtree",
176 ":com.android.apex.cts.shim.v2_signed_bob",
177 ":com.android.apex.cts.shim.v2_signed_bob_rot",
178 ":com.android.apex.cts.shim.v2_signed_bob_rot_rollback",
179 ":com.android.apex.cts.shim.v2_with_pre_install_hook",
180 ":com.android.apex.cts.shim.v2_with_post_install_hook",
181 ":com.android.apex.cts.shim.v2_sdk_target_p",
182 ":com.android.apex.cts.shim.v3",
183 ":com.android.apex.cts.shim.v3_signed_bob",
184 ":com.android.apex.cts.shim.v3_signed_bob_rot",
197 apex {
198 name: "com.android.apex.cts.shim.v1",
201 file_contexts: ":apex.test-file_contexts",
202 key: "com.android.apex.cts.shim.key",
209 name: "com.android.apex.cts.shim_not_pre_installed.pem",
210 out: ["com.android.apex.cts.shim_not_pre_installed.pem"],
215 name: "com.android.apex.cts.shim_not_pre_installed.pubkey",
216 srcs: [":com.android.apex.cts.shim_not_pre_installed.pem"],
217 out: ["com.android.apex.cts.shim_not_pre_installed.pubkey"],
223 name: "com.android.apex.cts.shim_not_pre_installed.key",
224 private_key: ":com.android.apex.cts.shim_not_pre_installed.pem",
225 public_key: ":com.android.apex.cts.shim_not_pre_installed.pubkey",
229 apex {
230 name: "com.android.apex.cts.shim_not_pre_installed",
232 file_contexts: ":apex.test-file_contexts",
233 key: "com.android.apex.cts.shim_not_pre_installed.key",
238 apex {
239 name: "com.android.apex.cts.shim.v2_different_certificate",
242 file_contexts: ":apex.test-file_contexts",
243 key: "com.android.apex.cts.shim.key",
246 certificate: ":com.android.apex.cts.shim.debug.cert",
250 name: "com.android.apex.cts.shim.debug.cert",
251 certificate: "com.android.apex.cts.shim.debug.cert",
254 // Build rules to build shim apex with rotated keys
262 name: "com.android.apex.rotation.key.bob.pem",
269 name: "com.android.apex.rotation.key.bob.pk8",
270 srcs: [":com.android.apex.rotation.key.bob.pem"],
277 name: "com.android.apex.rotation.key.bob.x509.pem",
278 srcs: [":com.android.apex.rotation.key.bob.pem"],
285 name: "com.android.apex.rotation.key.bob.rot",
289 ":com.android.apex.rotation.key.bob.pk8",
290 ":com.android.apex.rotation.key.bob.x509.pem",
294 …) --new-signer --key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(location :com.and…
299 name: "com.android.apex.rotation.key.bob.rot.rollback",
303 ":com.android.apex.rotation.key.bob.pk8",
304 ":com.android.apex.rotation.key.bob.x509.pem",
308 …e --new-signer --key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(location :com.and…
313 name: "com.android.apex.cts.shim.v2_signed_bob",
314 out: ["com.android.apex.cts.shim.v2_signed_bob"],
317 ":com.android.apex.cts.shim.v2",
318 ":com.android.apex.rotation.key.bob.x509.pem",
319 ":com.android.apex.rotation.key.bob.pk8",
322 targets: ["com.android.apex.cts.shim.v2_signed_bob"],
323 dest: "com.android.apex.cts.shim.v2_signed_bob.apex",
325 …om.android.apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pe…
330 name: "com.android.apex.cts.shim.v2_signed_bob_rot",
331 out: ["com.android.apex.cts.shim.v2_signed_bob_rot"],
334 ":com.android.apex.cts.shim.v2",
335 ":com.android.apex.rotation.key.bob.x509.pem",
336 ":com.android.apex.rotation.key.bob.pk8",
337 ":com.android.apex.rotation.key.bob.rot",
340 targets: ["com.android.apex.cts.shim.v2_signed_bob_rot"],
341 dest: "com.android.apex.cts.shim.v2_signed_bob_rot.apex",
343 …apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pem) --lineag…
348 name: "com.android.apex.cts.shim.v2_signed_bob_rot_rollback",
349 out: ["com.android.apex.cts.shim.v2_signed_bob_rot_rollback"],
352 ":com.android.apex.cts.shim.v2",
353 ":com.android.apex.rotation.key.bob.x509.pem",
354 ":com.android.apex.rotation.key.bob.pk8",
355 ":com.android.apex.rotation.key.bob.rot.rollback",
358 targets: ["com.android.apex.cts.shim.v2_signed_bob_rot_rollback"],
359 dest: "com.android.apex.cts.shim.v2_signed_bob_rot_rollback.apex",
361 …apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pem) --lineag…
366 name: "com.android.apex.cts.shim.v3_signed_bob",
367 out: ["com.android.apex.cts.shim.v3_signed_bob"],
370 ":com.android.apex.cts.shim.v3",
371 ":com.android.apex.rotation.key.bob.x509.pem",
372 ":com.android.apex.rotation.key.bob.pk8",
375 targets: ["com.android.apex.cts.shim.v3_signed_bob"],
376 dest: "com.android.apex.cts.shim.v3_signed_bob.apex",
378 …om.android.apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pe…
383 name: "com.android.apex.cts.shim.v3_signed_bob_rot",
384 out: ["com.android.apex.cts.shim.v3_signed_bob_rot"],
387 ":com.android.apex.cts.shim.v3",
388 ":com.android.apex.rotation.key.bob.x509.pem",
389 ":com.android.apex.rotation.key.bob.pk8",
390 ":com.android.apex.rotation.key.bob.rot",
393 targets: ["com.android.apex.cts.shim.v3_signed_bob_rot"],
394 dest: "com.android.apex.cts.shim.v3_signed_bob_rot.apex",
396 …apex.rotation.key.bob.pk8) --cert $(location :com.android.apex.rotation.key.bob.x509.pem) --lineag…
401 apex {
402 name: "com.android.apex.cts.shim.v2_legacy",
405 file_contexts: ":apex.test-file_contexts",
406 key: "com.android.apex.cts.shim.key",
414 name: "com.android.apex.cts.shim.v2_no_pb",
415 srcs: [":com.android.apex.cts.shim.v2_legacy"],
416 out: ["com.android.apex.cts.shim.v2_no_pb.apex"],
422 apex {
423 name: "com.android.apex.cts.shim.v2_sdk_target_p",
426 file_contexts: ":apex.test-file_contexts",
427 key: "com.android.apex.cts.shim.key",