Home
last modified time | relevance | path

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

12

/build/make/tools/releasetools/testdata/
Dapexkeys_merge.txt1apex" public_key="external/conscrypt/apex/com.android.conscrypt.avbpubkey" private_key="external/c…
2 name="com.android.dummy_product.apex" public_key="selected" private_key="selected" container_certif…
3apex" public_key="bionic/apex/com.android.runtime.avbpubkey" private_key="bionic/apex/com.android.…
4apex" public_key="packages/modules/vndk/apex/com.android.vndk.current.pubkey" private_key="package…
5apex" public_key="packages/modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/mo…
6apex" public_key="packages/modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/mo…
7apex" public_key="packages/modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/mo…
Dapexkeys_framework.txt1apex" public_key="external/conscrypt/apex/com.android.conscrypt.avbpubkey" private_key="external/c…
2 name="com.android.dummy_product.apex" public_key="selected" private_key="selected" container_certif…
3apex" public_key="bionic/apex/com.android.runtime.avbpubkey" private_key="bionic/apex/com.android.…
4 name="com.android.vndk.current.on_vendor.apex" public_key="not_selected" private_key="not_selected"…
5apex" public_key="packages/modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/mo…
6apex" public_key="packages/modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/mo…
7apex" public_key="packages/modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/mo…
Dapexkeys_vendor.txt1 name="com.android.conscrypt.apex" public_key="not_selected" private_key="not_selected" container_ce…
2 name="com.android.dummy_product.apex" public_key="not_selected" private_key="not_selected" containe…
3 name="com.android.runtime.apex" public_key="not_selected" private_key="not_selected" container_cert…
4apex" public_key="packages/modules/vndk/apex/com.android.vndk.current.pubkey" private_key="package…
5 name="com.android.vndk.v27.apex" public_key="not_selected" private_key="not_selected" container_cer…
6 name="com.android.vndk.v28.apex" public_key="not_selected" private_key="not_selected" container_cer…
7 name="com.android.vndk.v29.apex" public_key="not_selected" private_key="not_selected" container_cer…
Dapexkeys_framework_conflict.txt1apex" public_key="external/conscrypt/apex/com.android.conscrypt.avbpubkey" private_key="external/c…
/build/soong/cc/
Dgen_stub_libs.py111 def should_omit_version(version, arch, api, llndk, apex): argument
126 ('apex' in version.tags and apex)
136 def should_omit_symbol(symbol, arch, api, llndk, apex): argument
141 ('apex' in symbol.tags and apex)
253 def __init__(self, input_file, api_map, arch, api, llndk, apex): argument
259 self.apex = apex
287 if should_omit_version(version, self.arch, self.api, self.llndk, self.apex):
291 if should_omit_symbol(symbol, self.arch, self.api, self.llndk, self.apex):
375 def __init__(self, src_file, version_script, arch, api, llndk, apex): argument
381 self.apex = apex
[all …]
/build/soong/apex/
Dapex_test.go15 package apex package
324 apex {
566 apex {
610 apex {
631 apex {
681 apex {
774 apex {
869 apex {
951 apex {
1015 apex {
[all …]
DAndroid.bp2 name: "soong-apex",
3 pkgPath: "android/soong/apex",
15 "apex.go",
DTEST_MAPPING4 "path": "system/apex/apexd"
Dapex_singleton.go17 package apex package
Dvndk_test.go1 package apex package
Dvndk.go15 package apex package
/build/make/target/product/
Dupdatable_apex.mk22 PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
23 PRODUCT_PROPERTY_OVERRIDES := ro.apex.updatable=true
Dgsi_release.mk50 PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_with_prebuilts.flattened
Dbase_system.mk86 framework-minus-apex \
325 framework-minus-apex \
/build/soong/android/
Dapex.go181 for _, apex := range apexes {
183 if v.ApexName == apex.ApexName {
187 m.apexVariations = append(m.apexVariations, apex)
284 for _, apex := range m.apexVariations {
285 variations = append(variations, apex.ApexName)
329 for _, apex := range apexes {
335 apexesForModule[apex.ApexName] = apexesForModule[apex.ApexName] || directDep
DAndroid.bp14 "apex.go",
/build/make/tools/releasetools/
Dsign_target_files_apks227 for apex, key in OPTIONS.extra_apex_payload_keys.items():
230 if apex not in keys_info:
231 logger.warning('Failed to find %s in target_files; Ignored', apex)
233 keys_info[apex] = (key, keys_info[apex][1])
236 for apex, (payload_key, container_key) in keys_info.items():
237 keys_info[apex] = (payload_key, key_map.get(container_key, container_key))
240 for apex, key in OPTIONS.extra_apks.items():
242 if apex not in keys_info:
246 keys_info[apex] = (keys_info[apex][0], key_map.get(key, key))
252 for apex, (payload_key, container_key) in keys_info.items():
[all …]
Dsign_target_files_apks.py227 for apex, key in OPTIONS.extra_apex_payload_keys.items():
230 if apex not in keys_info:
231 logger.warning('Failed to find %s in target_files; Ignored', apex)
233 keys_info[apex] = (key, keys_info[apex][1])
236 for apex, (payload_key, container_key) in keys_info.items():
237 keys_info[apex] = (payload_key, key_map.get(container_key, container_key))
240 for apex, key in OPTIONS.extra_apks.items():
242 if apex not in keys_info:
246 keys_info[apex] = (keys_info[apex][0], key_map.get(key, key))
252 for apex, (payload_key, container_key) in keys_info.items():
[all …]
/build/make/core/tasks/
Dboot_jars_package_check.mk28 $(eval apex := $(call word-colon,1,$(pair)))\
30 $(jar).$(apex)\
/build/soong/scripts/
Dbuild-mainline-modules.sh56 echo_and_run cp ${PWD}/${PRODUCT_OUT}/system/apex/${module}.apex ${DIST_DIR}/${TARGET_ARCH}/
/build/soong/sdk/
DAndroid.bp8 "soong-apex",
Dtesting.go101 ctx.RegisterModuleType("apex", apex.BundleFactory)
102 ctx.RegisterModuleType("apex_key", apex.ApexKeyFactory)
103 ctx.PostDepsMutators(apex.RegisterPostDepsMutators)
Dsdk_test.go76 apex {
/build/soong/java/
Ddexpreopt_bootjars.go266 apex, isApexModule := module.(android.ApexModule)
267 fromUpdatableApex := isApexModule && apex.Updatable()
269 if isApexModule && strings.HasPrefix(apex.ApexName(), "com.android.art.") {
271 …} else if isApexModule && apex.IsForPlatform() && Bool(module.(*Library).deviceProperties.Hostdex)…
279 …"module '%s' from updatable apex '%s' is not allowed in the ART boot image", name, apex.ApexName())
289 …e '%s' from updatable apex '%s' is not allowed in the framework boot image", name, apex.ApexName())
Dlint.go454 …if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() && apex.IsForPlatform(…

12