/system/apex/tests/testdata/sharedlibs/prebuilts/ |
D | Android.bp | 16 // ./system/apex/tests/testdata/sharedlibs/build/build_artifacts.sh 24 name: "com.android.apex.test.bar_stripped.v1.libvX_prebuilt", 27 src: "arm/com.android.apex.test.bar_stripped.v1.libvX.apex", 30 src: "arm64/com.android.apex.test.bar_stripped.v1.libvX.apex", 33 src: "x86/com.android.apex.test.bar_stripped.v1.libvX.apex", 36 src: "x86_64/com.android.apex.test.bar_stripped.v1.libvX.apex", 39 filename: "com.android.apex.test.bar_stripped.v1.libvX.apex", 44 name: "com.android.apex.test.bar_stripped.v2.libvY_prebuilt", 47 src: "arm/com.android.apex.test.bar_stripped.v2.libvY.apex", 50 src: "arm64/com.android.apex.test.bar_stripped.v2.libvY.apex", [all …]
|
/system/apex/shim/ |
D | Android.bp | 23 name: "com.android.apex.cts.shim.v1_prebuilt", 27 src: "prebuilts/arm/com.android.apex.cts.shim.v1.apex", 30 src: "prebuilts/arm/com.android.apex.cts.shim.v1.apex", 33 src: "prebuilts/x86/com.android.apex.cts.shim.v1.apex", 36 src: "prebuilts/x86/com.android.apex.cts.shim.v1.apex", 39 filename: "com.android.apex.cts.shim.apex", 45 name: "com.android.apex.cts.shim.v2_prebuilt", 48 src: "prebuilts/arm/com.android.apex.cts.shim.v2.apex", 51 src: "prebuilts/arm/com.android.apex.cts.shim.v2.apex", 54 src: "prebuilts/x86/com.android.apex.cts.shim.v2.apex", [all …]
|
D | README.md | 5 A shim apex is an apex that doesn't provide any functionality as it's sole 8 A cts shim apex has following restrictions: 10 * Its name is equal to `com.android.apex.cts.shim` 12 * First version (i.e. `com.android.apex.cts.shim.apex`) should be 16 apex can be upgraded to. 24 system/apex/shim/build/Android.bp blueprint file. 29 m com.android.apex.cts.shim.v3 \ 30 com.android.apex.cts.shim.v2 \ 31 com.android.apex.cts.shim.v2_additional_file \ 32 com.android.apex.cts.shim.v2_additional_folder \ [all …]
|
/system/apex/tests/testdata/sharedlibs/build/ |
D | build_artifacts.sh | 5 com.android.apex.test.bar_stripped.v1.libvX.apex 6 com.android.apex.test.bar_stripped.v2.libvY.apex 7 com.android.apex.test.bar.v1.libvX.apex 8 com.android.apex.test.bar.v2.libvY.apex 9 com.android.apex.test.baz_stripped.v1.libvX.apex 10 com.android.apex.test.foo_stripped.v1.libvX.apex 11 com.android.apex.test.foo_stripped.v2.libvY.apex 12 com.android.apex.test.foo.v1.libvX.apex 13 com.android.apex.test.foo.v2.libvY.apex 14 com.android.apex.test.pony_stripped.v1.libvZ.apex [all …]
|
/system/apex/apexd/apexd_testdata/ |
D | Android.bp | 15 // These apex definitions will generate the prebuilt test data. The modules 23 name: "com.android.apex.test_package.key", 24 public_key: "com.android.apex.test_package.avbpubkey", 25 private_key: "com.android.apex.test_package.pem", 30 name: "com.android.apex.compressed.key", 31 public_key: "com.android.apex.compressed.avbpubkey", 32 private_key: "com.android.apex.compressed.pem", 36 apex { 37 name: "apex.apexd_test", 39 file_contexts: ":apex.test-file_contexts", [all …]
|
/system/logging/liblog/ |
D | liblog.map.txt | 3 android_name_to_log_id; # apex llndk 22 android_logger_list_alloc; # apex llndk 23 android_logger_list_alloc_time; # apex llndk 24 android_logger_list_free; # apex llndk 25 android_logger_list_open; # apex llndk 26 android_logger_list_read; # apex llndk 27 android_logger_open; # apex llndk 36 __android_log_error_write; # apex llndk 38 create_android_logger; # apex llndk 39 android_log_destroy; # apex llndk [all …]
|
/system/apex/apexd/ |
D | apexd_main.cpp | 38 return android::apex::RunPreInstall(argv); in HandleSubcommand() 43 return android::apex::RunPostInstall(argv); in HandleSubcommand() 48 return android::apex::OnBootstrap(); in HandleSubcommand() 53 return android::apex::UnmountAll(); in HandleSubcommand() 58 return android::apex::OnOtaChrootBootstrap(); in HandleSubcommand() 65 android::base::Result<android::apex::VoldCheckpointInterface> in HandleSubcommand() 66 vold_service_st = android::apex::VoldCheckpointInterface::Create(); in HandleSubcommand() 71 android::apex::InitializeVold(&*vold_service_st); in HandleSubcommand() 74 int result = android::apex::SnapshotOrRestoreDeUserData(); in HandleSubcommand() 80 android::apex::OnAllPackagesReady(); in HandleSubcommand() [all …]
|
D | Android.bp | 72 "-header-filter=system/apex/", 94 whole_static_libs: ["com.android.sysprop.apex"], 101 "aidl/android/apex/ApexInfo.aidl", 102 "aidl/android/apex/ApexInfoList.aidl", 103 "aidl/android/apex/ApexSessionInfo.aidl", 104 "aidl/android/apex/ApexSessionParams.aidl", 105 "aidl/android/apex/CompressedApexInfo.aidl", 106 "aidl/android/apex/CompressedApexInfoList.aidl", 107 "aidl/android/apex/IApexService.aidl", 161 generated_sources: ["apex-info-list"], [all …]
|
D | apexd_verity_test.cpp | 32 namespace apex { namespace 36 using android::apex::testing::IsOk; 49 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local 50 ASSERT_TRUE(IsOk(apex)); in TEST() 51 auto verity_data = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST() 55 auto status = PrepareHashTree(*apex, *verity_data, hashtree_file); in TEST() 65 status = PrepareHashTree(*apex, *verity_data, hashtree_file); in TEST() 81 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local 82 ASSERT_TRUE(IsOk(apex)); in TEST() 83 auto verity_data = apex->VerifyApexVerity(apex->GetBundledPublicKey()); in TEST() [all …]
|
/system/apex/shim/build/ |
D | Android.bp | 22 name: "com.android.apex.cts.shim.pem", 23 out: ["com.android.apex.cts.shim.pem"], 28 name: "com.android.apex.cts.shim.pubkey", 29 srcs: [":com.android.apex.cts.shim.pem"], 30 out: ["com.android.apex.cts.shim.pubkey"], 36 name: "com.android.apex.cts.shim.key", 37 private_key: ":com.android.apex.cts.shim.pem", 38 public_key: ":com.android.apex.cts.shim.pubkey", 43 name: "com.android.apex.cts.shim.debug.pem", 44 out: ["com.android.apex.cts.shim.debug.pem"], [all …]
|
/system/libartpalette/ |
D | libartpalette.map.txt | 20 PaletteSchedSetPriority; # apex 21 PaletteSchedGetPriority; # apex 22 PaletteWriteCrashThreadStacks; # apex 23 PaletteTraceEnabled; # apex 24 PaletteTraceBegin; # apex 25 PaletteTraceEnd; # apex 26 PaletteTraceIntegerValue; # apex 27 PaletteAshmemCreateRegion; # apex 28 PaletteAshmemSetProtRegion; # apex 29 PaletteCreateOdrefreshStagingDirectory; # apex [all …]
|
/system/apex/apexer/testdata/ |
D | Android.bp | 20 name: "com.android.example.apex.certificate", 21 // This will use com.android.my.apex.x509.pem (the cert) and 22 // com.android.my.apex.pk8 (the private key) 23 certificate: "com.android.example.apex", 27 name: "com.android.example.apex.key", 28 public_key: "com.android.example.apex.avbpubkey", 29 private_key: "com.android.example.apex.pem", 32 apex { 33 name: "com.android.example.apex", 35 file_contexts: ":apex.test-file_contexts", [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.baz/ |
D | Android.bp | 19 name: "com.android.apex.test.baz.key", 20 public_key: "com.android.apex.test.baz.avbpubkey", 21 private_key: "com.android.apex.test.baz.pem", 25 name: "com.android.apex.test.baz.certificate", 26 certificate: "com.android.apex.test.baz", 29 apex { 30 name: "com.android.apex.test.baz", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.baz.key", 48 apex_available: [ "com.android.apex.test.baz" ], [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar/ |
D | Android.bp | 19 name: "com.android.apex.test.bar.key", 20 public_key: "com.android.apex.test.bar.avbpubkey", 21 private_key: "com.android.apex.test.bar.pem", 25 name: "com.android.apex.test.bar.certificate", 26 certificate: "com.android.apex.test.bar", 29 apex { 30 name: "com.android.apex.test.bar", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.bar.key", 67 apex_available: [ "com.android.apex.test.bar" ], [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.foo/ |
D | Android.bp | 19 name: "com.android.apex.test.foo.key", 20 public_key: "com.android.apex.test.foo.avbpubkey", 21 private_key: "com.android.apex.test.foo.pem", 25 name: "com.android.apex.test.foo.certificate", 26 certificate: "com.android.apex.test.foo", 29 apex { 30 name: "com.android.apex.test.foo", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.foo.key", 48 apex_available: [ "com.android.apex.test.foo" ], [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.pony/ |
D | Android.bp | 19 name: "com.android.apex.test.pony.key", 20 public_key: "com.android.apex.test.pony.avbpubkey", 21 private_key: "com.android.apex.test.pony.pem", 25 name: "com.android.apex.test.pony.certificate", 26 certificate: "com.android.apex.test.pony", 29 apex { 30 name: "com.android.apex.test.pony", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.pony.key", 48 apex_available: [ "com.android.apex.test.pony" ], [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs_secondary/ |
D | Android.bp | 19 name: "com.android.apex.test.sharedlibs_secondary.key", 20 public_key: "com.android.apex.test.sharedlibs_secondary.avbpubkey", 21 private_key: "com.android.apex.test.sharedlibs_secondary.pem", 25 name: "com.android.apex.test.sharedlibs_secondary.certificate", 26 certificate: "com.android.apex.test.sharedlibs_secondary", 29 apex { 30 name: "com.android.apex.test.sharedlibs_secondary_stub", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.sharedlibs_secondary.key", 41 name: "com.android.apex.test.sharedlibs_secondary_generated", [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs/ |
D | Android.bp | 19 name: "com.android.apex.test.sharedlibs.key", 20 public_key: "com.android.apex.test.sharedlibs.avbpubkey", 21 private_key: "com.android.apex.test.sharedlibs.pem", 25 name: "com.android.apex.test.sharedlibs.certificate", 26 certificate: "com.android.apex.test.sharedlibs", 29 apex { 30 name: "com.android.apex.test.sharedlibs_stub", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.sharedlibs.key", 49 name: "com.android.apex.test.sharedlibs_generated", [all …]
|
/system/apex/tests/ |
D | Android.bp | 71 test_config: "apex-targetprep-tests.xml", 87 apex { 88 name: "apex.test", 91 key: "apex.test.key", 92 certificate: ":apex.test.certificate", 98 name: "apex.test.key", 99 public_key: "testdata/com.android.apex.test.avbpubkey", 100 private_key: "testdata/com.android.apex.test.pem", 105 name: "apex.test.certificate", 111 name: "apex.test.ld.config.txt", [all …]
|
/system/apex/tests/testdata/ |
D | trigger_watchdog.sh | 4 apex=/apex/`/system/bin/getprop persist.debug.trigger_watchdog.apex` 5 /system/bin/log -t TriggerWatchdog "Checking for presence of $apex" 7 if [ -a $apex ] 9 /system/bin/log -t TriggerWatchdog "Detected presence of $apex"
|
/system/apex/.prebuilt_info/ |
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v2_unsigned_apk_container_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v2_unsigned_apk_container.apex" 7 dest_file: "shim/prebuilts//arm/com.android.apex.cts.shim.v2_unsigned_apk_container.apex" 10 git_project: "platform/system/apex"
|
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_v2_unsigned_apk_container_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim.v2_unsigned_apk_container.apex" 7 dest_file: "shim/prebuilts//x86/com.android.apex.cts.shim.v2_unsigned_apk_container.apex" 10 git_project: "platform/system/apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_not_pre_installed_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim_not_pre_installed.apex" 7 dest_file: "shim/prebuilts//arm/com.android.apex.cts.shim_not_pre_installed.apex" 10 git_project: "platform/system/apex"
|
D | prebuilt_info_shim_prebuilts__x86_com_android_apex_cts_shim_not_pre_installed_apex.asciipb | 5 source_file: "aosp_x86_64/com.android.apex.cts.shim_not_pre_installed.apex" 7 dest_file: "shim/prebuilts//x86/com.android.apex.cts.shim_not_pre_installed.apex" 10 git_project: "platform/system/apex"
|
D | prebuilt_info_shim_prebuilts__arm_com_android_apex_cts_shim_v3_signed_bob_rot_apex.asciipb | 5 source_file: "aosp_arm64/com.android.apex.cts.shim.v3_signed_bob_rot.apex" 7 dest_file: "shim/prebuilts//arm/com.android.apex.cts.shim.v3_signed_bob_rot.apex" 10 git_project: "platform/system/apex"
|