Home
last modified time | relevance | path

Searched refs:apex (Results 1 – 25 of 114) sorted by relevance

12345

/frameworks/base/tests/RollbackTest/
DAndroid.bp33 ":com.android.apex.apkrollback.test_v2",
34 ":com.android.apex.apkrollback.test_v2Crashing",
52 ":com.android.apex.apkrollback.test_v1",
87 name: "com.android.apex.apkrollback.test.pem",
88 out: ["com.android.apex.apkrollback.test.pem"],
93 name: "com.android.apex.apkrollback.test.pubkey",
94 srcs: [":com.android.apex.apkrollback.test.pem"],
95 out: ["com.android.apex.apkrollback.test.pubkey"],
101 name: "com.android.apex.apkrollback.test.key",
102 private_key: ":com.android.apex.apkrollback.test.pem",
[all …]
/frameworks/proto_logging/stats/atoms/apex/
Dapex_extension_atoms.proto17 // This file contains extension atoms for apex and vendor apex installation events.
21 package android.os.statsd.apex;
25 import "frameworks/proto_logging/stats/enums/apex/enums.proto";
27 option java_package = "com.android.os.apex";
30 optional ApexInstallationRequested apex_installation_requested = 732 [(module) = "apex"];
31 optional ApexInstallationStaged apex_installation_staged = 733 [(module) = "apex"];
32 optional ApexInstallationEnded apex_installation_ended = 734 [(module) = "apex"];
39 * Logs when an apex installation is started, staged, and ended.
41 * system/apex/apexd/apexd.cpp
53 // Lets us determine if apex is a vendor apex
[all …]
/frameworks/base/boot/
DAndroid.bp66 apex: "com.android.adservices",
70 apex: "com.android.appsearch",
74 apex: "com.android.art",
78 apex: "com.android.btservices",
82 apex: "com.android.configinfrastructure",
86 apex: "com.android.conscrypt",
90 apex: "com.android.devicelock",
94 apex: "com.android.healthfitness",
98 apex: "com.android.i18n",
102 apex: "com.android.ipsec",
[all …]
/frameworks/base/packages/CtsShim/build/
DAndroid.bp54 "com.android.apex.cts.shim.v2_apk_in_apex_upgrades",
93 "com.android.apex.cts.shim.v1",
94 "com.android.apex.cts.shim.v2",
95 "com.android.apex.cts.shim.v2_apk_in_apex_upgrades",
96 "com.android.apex.cts.shim.v2_no_hashtree",
97 "com.android.apex.cts.shim.v2_legacy",
98 "com.android.apex.cts.shim.v2_sdk_target_p",
99 "com.android.apex.cts.shim.v2_unsigned_payload",
100 "com.android.apex.cts.shim.v3",
151 "com.android.apex.cts.shim.v2_apk_in_apex_sdk_target_p",
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DAndroid.bp100 name: "android.hardware.drm-service.clearkey.apex",
111 name: "android.hardware.drm-service-lazy.clearkey.apex",
181 apex {
191 "android.hardware.drm-service.clearkey.apex",
194 "android.hardware.drm-service.clearkey.apex.rc",
203 name: "android.hardware.drm-service.clearkey.apex.rc",
204 src: ":gen-android.hardware.drm-service.clearkey.apex.rc",
209 name: "gen-android.hardware.drm-service.clearkey.apex.rc",
211 out: ["android.hardware.drm-service.clearkey.apex.rc"],
212 cmd: "sed -E 's%/vendor/bin/%/apex/com.android.hardware.drm.clearkey/bin/%' $(in) > $(out)",
[all …]
/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/
DStagedInstallInternalTest.java364 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testApexNotInAllowListCanNotInstall_staged() local
370 Install.single(apex).setBypassAllowedApexUpdateCheck(false).setStaged()); in testApexNotInAllowListCanNotInstall_staged()
373 Install.multi(apex).setBypassAllowedApexUpdateCheck(false).setStaged()); in testApexNotInAllowListCanNotInstall_staged()
379 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testApexNotInAllowListCanNotInstall_nonStaged() local
385 Install.single(apex).setBypassAllowedApexUpdateCheck(false)); in testApexNotInAllowListCanNotInstall_nonStaged()
388 Install.multi(apex).setBypassAllowedApexUpdateCheck(false)); in testApexNotInAllowListCanNotInstall_nonStaged()
394 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexWrongInstaller_staged() local
400 Install.single(apex).setBypassAllowedApexUpdateCheck(false).setStaged()); in testVendorApexWrongInstaller_staged()
403 Install.multi(apex).setBypassAllowedApexUpdateCheck(false).setStaged()); in testVendorApexWrongInstaller_staged()
409 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexWrongInstaller_nonStaged() local
[all …]
/frameworks/base/packages/CtsShim/
DAndroid.bp61 "com.android.apex.cts.shim.v1",
62 "com.android.apex.cts.shim.v2",
63 "com.android.apex.cts.shim.v2_legacy",
64 "com.android.apex.cts.shim.v2_no_hashtree",
65 "com.android.apex.cts.shim.v2_sdk_target_p",
66 "com.android.apex.cts.shim.v3",
102 "com.android.apex.cts.shim.v1",
103 "com.android.apex.cts.shim.v2",
104 "com.android.apex.cts.shim.v2_legacy",
105 "com.android.apex.cts.shim.v2_no_hashtree",
[all …]
/frameworks/base/
DAconfigFlags.bp16 name: "framework-minus-apex-aconfig-declarations",
111 name: "framework-minus-apex-aconfig-srcjars",
113 ":framework-minus-apex-aconfig-declarations{.srcjars}",
119 name: "framework-minus-apex-aconfig-libraries",
123 ":framework-minus-apex-aconfig-declarations{.srcjars}",
128 // Default flags for java_aconfig_libraries that go into framework-minus-apex
131 name: "framework-minus-apex-aconfig-java-defaults",
140 defaults: ["framework-minus-apex-aconfig-java-defaults"],
147 defaults: ["framework-minus-apex-aconfig-java-defaults"],
154 defaults: ["framework-minus-apex-aconfig-java-defaults"],
[all …]
DRavenwood.bp16 // framework-minus-apex.ravenwood-base. Otherwise, soong would mix up the arch (?) and we'd get
19 name: "framework-minus-apex-for-hoststubgen",
22 "framework-minus-apex",
30 name: "framework-minus-apex.ravenwood-base",
35 "--debug-log $(location hoststubgen_framework-minus-apex.log) " +
44 "--in-jar $(location :framework-minus-apex-for-hoststubgen) " +
48 ":framework-minus-apex-for-hoststubgen",
60 "hoststubgen_framework-minus-apex.log",
67 // Extract the impl jar from "framework-minus-apex.ravenwood-base" for subsequent build rules.
71 name: "framework-minus-apex.ravenwood",
[all …]
DAndroid.bp161 "framework-minus-apex",
281 name: "framework-minus-apex-defaults",
285 "framework-minus-apex-aconfig-libraries",
290 ":apex-info-list",
354 "packages/modules/Media/apex/aidl/stable",
392 // any install dependencies should go into framework-minus-apex-install-dependencies
444 // Separated so framework-minus-apex-defaults can be used without the libs dependency
446 name: "framework-minus-apex-with-libs-defaults",
447 defaults: ["framework-minus-apex-defaults"],
474 name: "framework-minus-apex-headers",
[all …]
/frameworks/base/packages/CtsShim/build/jni/
DAndroid.bp33 "com.android.apex.cts.shim.v1",
34 "com.android.apex.cts.shim.v2",
35 "com.android.apex.cts.shim.v2_apk_in_apex_upgrades",
36 "com.android.apex.cts.shim.v2_no_hashtree",
37 "com.android.apex.cts.shim.v2_legacy",
38 "com.android.apex.cts.shim.v2_sdk_target_p",
39 "com.android.apex.cts.shim.v2_unsigned_payload",
40 "com.android.apex.cts.shim.v3",
/frameworks/base/tests/BinaryTransparencyHostTest/test-app/src/android/transparency/test/app/
DBinaryTransparencyTest.java75 var actualApexesNames = apexInfoList.stream().map((apex) -> apex.moduleName) in testCollectAllApexInfo()
82 for (var apex : apexInfoList) { in testCollectAllApexInfo()
83 Log.d(TAG, "Verifying " + apex.packageName + " / " + apex.moduleName); in testCollectAllApexInfo()
85 assertThat(apex.longVersion).isGreaterThan(0); in testCollectAllApexInfo()
86 assertThat(apex.digestAlgorithm).isGreaterThan(0); in testCollectAllApexInfo()
87 assertThat(apex.signerDigests).asList().containsNoneOf(null, ""); in testCollectAllApexInfo()
89 assertThat(apex.digest).isNotNull(); in testCollectAllApexInfo()
90 String digestHex = hexFormatter.formatHex(apex.digest); in testCollectAllApexInfo()
/frameworks/libs/native_bridge_support/android_api/linker/
Dlinker_translate_path.cpp46 #define APEX_LIB(apex, name) \ argument
47 { "/apex/" apex "/lib/" name, "/system/lib/arm/" name }
51 #define APEX_LIB(apex, name) \ argument
52 { "/apex/" apex "/lib64/" name, "/system/lib64/arm64/" name }
56 #define APEX_LIB(apex, name) \ argument
57 { "/apex/" apex "/lib64/" name, "/system/lib64/riscv64/" name }
/frameworks/base/services/tests/PackageManagerServiceTests/host/test-apps/Apex/
DAndroid.bp22 apex {
26 file_contexts: ":apex.test-file_contexts",
27 key: "apex.test.key",
28 certificate: ":apex.test.certificate",
40 certificate: ":apex.test.certificate",
/frameworks/base/services/tests/apexsystemservices/src/com/android/server/
DApexSystemServicesTestCases.java88 String apex = "test_com.android.server.apex"; in testApexSystemServiceStarts() local
89 mPreparer.pushResourceFile(apex, "/system/apex/" + apex); in testApexSystemServiceStarts()
103 String apex = "test_com.android.server.apex"; in testInitOrder() local
104 mPreparer.pushResourceFile(apex, "/system/apex/" + apex); in testInitOrder()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DOWNERS1 per-file *Alarm* = file:/apex/jobscheduler/OWNERS
2 per-file *AppStateTracker* = file:/apex/jobscheduler/OWNERS
3 per-file *DeviceIdleController* = file:/apex/jobscheduler/OWNERS
/frameworks/av/apex/
Dld.config.txt8 dir.swcodec = /apex/com.android.media.swcodec/bin/
22 namespace.default.search.paths = /apex/com.android.media.swcodec/${LIB}
23 namespace.default.asan.search.paths = /apex/com.android.media.swcodec/${LIB}
33 # TODO: replace the following when apex has a way to auto-generate this list
54 namespace.platform.search.paths += /apex/com.android.runtime/${LIB}
55 namespace.platform.asan.search.paths += /apex/com.android.runtime/${LIB}
57 # /system/lib/libc.so, etc are symlinks to /apex/com.android.lib/lib/bionic/libc.so, etc.
58 # Add /apex/... path to the permitted paths because linker uses realpath(3)
61 # the order of /system/lib and /apex/... in search.paths. If /apex/...
62 # is after /system/lib, then /apex/... is never tried because libc.so
[all …]
DAndroid.bp70 // IMPORTANT: q-launched-dcla-enabled-apex-module enables the build system to make
78 defaults: ["q-launched-dcla-enabled-apex-module"],
79 // Indicates that pre-installed version of this apex can be compressed.
84 apex {
115 apex: "com.android.art",
196 // IMPORTANT: q-launched-dcla-enabled-apex-module enables the build system to make
204 defaults: ["q-launched-dcla-enabled-apex-module"],
205 // Indicates that pre-installed version of this apex can be compressed.
211 // so we are ready for day we have more than 1 *rc file within the apex.
248 apex {
Dmediatranscoding.32rc4 # media.transcoding service is defined on com.android.media apex which goes back
7 service media.transcoding /apex/com.android.media/bin/mediatranscoding
Dmediatranscoding.rc5 # media.transcoding service is defined on com.android.media apex which goes back
8 service media.transcoding /apex/com.android.media/bin/mediatranscoding
/frameworks/base/tests/StagedInstallTest/
DAndroid.bp35 ":apex.apexd_test_classpath",
36 ":com.android.apex.apkrollback.test_v2",
60 ":apex.apexd_test",
61 ":com.android.apex.apkrollback.test_v1",
62 ":com.android.apex.apkrollback.test_v2",
/frameworks/native/data/etc/apex/
DAndroid.bp21 apex {
28 // Install the apex in /vendor/apex
/frameworks/av/media/libmediametrics/
DAndroid.bp49 // enumerate stable entry points, for apex use
65 "//frameworks/base/apex/media/framework",
68 "//packages/modules/Media/apex/framework",
/frameworks/opt/net/wifi/
DMOVED.txt4 - frameworks/opt/net/wifi/service/apex -> packages/modules/Wifi/apex
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-riscv64.policy47 @include /apex/com.android.media/etc/seccomp_policy/crash_dump.riscv64.policy
48 @include /apex/com.android.media/etc/seccomp_policy/code_coverage.riscv64.policy

12345