Home
last modified time | relevance | path

Searched refs:apex (Results 1 – 25 of 44) 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.fake_product.apex" public_key="selected" private_key="selected" container_certifi…
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.fake_product.apex" public_key="selected" private_key="selected" container_certifi…
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.fake_product.apex" public_key="not_selected" private_key="not_selected" container…
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/apex/
Dapex_test.go15 package apex package
366 apex {
609 apex {
660 apex {
681 apex {
731 apex {
824 apex {
919 apex {
981 apex {
1044 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/soong/cc/ndkstubgen/
D__init__.py29 def __init__(self, src_file, version_script, arch, api, llndk, apex): argument
35 self.apex = apex
45 self.llndk, self.apex):
54 self.llndk, self.apex):
137 args.apex).parse()
144 args.llndk, args.apex)
/build/soong/cc/symbolfile/
D__init__.py122 def should_omit_version(version, arch, api, llndk, apex): argument
138 ('apex' in version.tags and apex)
148 def should_omit_symbol(symbol, arch, api, llndk, apex): argument
153 ('apex' in symbol.tags and apex)
265 def __init__(self, input_file, api_map, arch, api, llndk, apex): argument
271 self.apex = apex
300 self.apex):
305 self.apex):
/build/make/target/product/
Dupdatable_apex.mk20 PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
21 PRODUCT_VENDOR_PROPERTIES := ro.apex.updatable=true
Dbase_system.mk53 com.android.apex.cts.shim.v1 \
81 framework-minus-apex \
322 framework-minus-apex \
/build/soong/android/
Dapex.go70 BuildForApex(apex ApexInfo)
181 func (m *ApexModuleBase) BuildForApex(apex ApexInfo) {
185 if v.ApexName == apex.ApexName {
189 m.apexVariations = append(m.apexVariations, apex)
285 for _, apex := range m.apexVariations {
286 variations = append(variations, apex.ApexName)
327 func UpdateApexDependency(apex ApexInfo, moduleName string, directDep bool) {
335 apexesForModule[apex.ApexName] = apexesForModule[apex.ApexName] || directDep
DAndroid.bp15 "apex.go",
/build/make/tools/releasetools/
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 …]
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 …]
/build/soong/java/
Ddexpreopt_config.go83 apex, jar := android.SplitApexJarPair(ctx, module)
88 if apex == "platform" {
92 } else if apex == "system_ext" {
95 subdir = filepath.Join("apex", apex, "javalib")
Ddexpreopt_bootjars.go262 apex, isApexModule := module.(android.ApexModule)
263 fromUpdatableApex := isApexModule && apex.Updatable()
265 if isApexModule && strings.HasPrefix(apex.ApexName(), "com.android.art.") {
267 …} else if isApexModule && apex.IsForPlatform() && Bool(module.(*Library).deviceProperties.Hostdex)…
275 …"module '%s' from updatable apex '%s' is not allowed in the ART boot image", name, apex.ApexName())
285 …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(…
/build/make/core/tasks/
Dboot_jars_package_check.mk32 $(eval apex := $(call word-colon,1,$(pair))) \
35 $(eval sfx := $(q).$(apex)$(q)) \
/build/soong/scripts/
Dbuild-mainline-modules.sh68 echo_and_run cp ${PWD}/${PRODUCT_OUT}/system/apex/${module}.apex ${DIST_DIR}/${TARGET_ARCH}/
/build/soong/sdk/
DAndroid.bp8 "soong-apex",
Dtesting.go119 ctx.RegisterModuleType("apex", apex.BundleFactory)
120 ctx.RegisterModuleType("apex_key", apex.ApexKeyFactory)
121 ctx.PostDepsMutators(apex.RegisterPostDepsMutators)

12