Home
last modified time | relevance | path

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

/build/soong/cc/
Dgen_stub_libs.py111 def should_omit_version(version, arch, api, vndk, apex): argument
126 ('apex' in version.tags and apex)
136 def should_omit_symbol(symbol, arch, api, vndk, apex): argument
141 ('apex' in symbol.tags and apex)
253 def __init__(self, input_file, api_map, arch, api, vndk, apex): argument
259 self.apex = apex
287 if should_omit_version(version, self.arch, self.api, self.vndk, self.apex):
291 if should_omit_symbol(symbol, self.arch, self.api, self.vndk, self.apex):
375 def __init__(self, src_file, version_script, arch, api, vndk, apex): argument
381 self.apex = apex
[all …]
/build/make/target/product/
Dupdatable_apex.mk19 PRODUCT_PROPERTY_OVERRIDES := ro.apex.updatable=true
20 PRODUCT_PACKAGES := com.android.apex.cts.shim.v1_prebuilt
Dbase_system.mk327 /apex/com.android.conscrypt/javalib/conscrypt.jar \
328 /apex/com.android.media/javalib/updatable-media.jar
/build/soong/apex/
Dapex_test.go15 package apex package
255 apex {
366 apex {
414 apex {
498 apex {
565 apex {
686 apex {
746 apex {
796 apex {
836 apex {
[all …]
Dkey.go15 package apex package
Dapex.go15 package apex package
87 `apex_payload.img:apex/${abi}.img ` +
/build/make/tools/releasetools/
Dsign_target_files_apks.py185 for apex, key in OPTIONS.extra_apex_payload_keys.items():
188 if apex not in keys_info:
189 logger.warning('Failed to find %s in target_files; Ignored', apex)
191 keys_info[apex] = (key, keys_info[apex][1])
194 for apex, (payload_key, container_key) in keys_info.items():
195 keys_info[apex] = (payload_key, key_map.get(container_key, container_key))
198 for apex, key in OPTIONS.extra_apks.items():
200 if apex not in keys_info:
204 keys_info[apex] = (keys_info[apex][0], key_map.get(key, key))
Dsign_target_files_apks185 for apex, key in OPTIONS.extra_apex_payload_keys.items():
188 if apex not in keys_info:
189 logger.warning('Failed to find %s in target_files; Ignored', apex)
191 keys_info[apex] = (key, keys_info[apex][1])
194 for apex, (payload_key, container_key) in keys_info.items():
195 keys_info[apex] = (payload_key, key_map.get(container_key, container_key))
198 for apex, key in OPTIONS.extra_apks.items():
200 if apex not in keys_info:
204 keys_info[apex] = (keys_info[apex][0], key_map.get(key, key))
/build/soong/
DAndroid.bp43 "android/apex.go",
380 name: "soong-apex",
381 pkgPath: "android/soong/apex",
391 "apex/apex.go",
392 "apex/key.go",
395 "apex/apex_test.go",
/build/make/core/
Ddex_preopt_odex_install.mk122 my_dexpreopt_infix := apex
Dmain.mk1267 check-apex-libs-absence :=
1268 check-apex-libs-absence-on-disk :=
1291 define check-apex-libs-absence
1297 APEX libraries found in system image (see comment for check-apex-libs-absence in \
1305 define check-apex-libs-absence-on-disk
1386 static_whitelist_patterns += $(PRODUCT_OUT)/apex/%
1435 $(call check-apex-libs-absence,$(product_target_FILES))
DMakefile2250 $(call check-apex-libs-absence-on-disk)