Lines Matching refs:apex
67 "--header-filter='system/apex/'",
90 whole_static_libs: ["com.android.sysprop.apex"],
97 "aidl/android/apex/ApexInfo.aidl",
98 "aidl/android/apex/ApexInfoList.aidl",
99 "aidl/android/apex/ApexSessionInfo.aidl",
100 "aidl/android/apex/ApexSessionParams.aidl",
101 "aidl/android/apex/IApexService.aidl",
155 generated_sources: ["apex-info-list"],
242 // Generates an apex which has a different manifest outside the filesystem
245 out: ["apex.apexd_test_manifest_mismatch.apex"],
246 srcs: [":apex.apexd_test"],
252 "-o $(genDir)/unaligned.apex && " +
253 "$(location zipalign) -f 4096 $(genDir)/unaligned.apex " +
254 "$(genDir)/apex.apexd_test_manifest_mismatch.apex"
258 // Generates an apex which has a different manifest outside the filesystem
261 out: ["apex.apexd_test_no_hashtree_manifest_mismatch.apex"],
262 srcs: [":apex.apexd_test_no_hashtree"],
268 "-o $(genDir)/unaligned.apex && " +
269 "$(location zipalign) -f 4096 $(genDir)/unaligned.apex " +
270 "$(genDir)/apex.apexd_test_no_hashtree_manifest_mismatch.apex"
274 // Generates an apex with a corrupted filesystem image, which should cause
277 out: ["apex.apexd_test_corrupt_apex.apex"],
278 srcs: [":apex.apexd_test"],
284 "-o $(genDir)/unaligned.apex && " +
285 "$(location zipalign) -f 4096 $(genDir)/unaligned.apex " +
286 "$(genDir)/apex.apexd_test_corrupt_apex.apex"
302 ":apex.apexd_test",
303 ":apex.apexd_test_different_app",
304 ":apex.apexd_test_no_hashtree",
305 ":apex.apexd_test_no_hashtree_2",
306 ":apex.apexd_test_no_inst_key",
307 ":apex.apexd_test_nocode",
308 ":apex.apexd_test_postinstall",
309 ":apex.apexd_test_preinstall",
310 ":apex.apexd_test_prepostinstall.fail",
311 ":apex.apexd_test_v2",
315 ":com.android.apex.cts.shim.v1_prebuilt",
316 ":com.android.apex.cts.shim.v2_prebuilt",
317 ":com.android.apex.cts.shim.v2_wrong_sha_prebuilt",
318 ":com.android.apex.cts.shim.v2_additional_file_prebuilt",
319 ":com.android.apex.cts.shim.v2_additional_folder_prebuilt",
320 ":com.android.apex.cts.shim.v2_with_pre_install_hook_prebuilt",
321 ":com.android.apex.cts.shim.v2_with_post_install_hook_prebuilt",
322 "apexd_testdata/com.android.apex.test_package.avbpubkey",
368 name: "apex-info-list",
370 package_name: "com.android.apex",
371 api_dir: "apex-info-list-api",