Home
last modified time | relevance | path

Searched refs:apk (Results 1 – 25 of 37) sorted by relevance

12

/build/make/tools/releasetools/
Dcheck_target_files_signatures203 with zipfile.ZipFile(full_filename) as apk:
204 for info in apk.infolist():
208 pkcs7 = apk.read(filename)
338 apk = APK(fullname, displayname)
339 self.apks[apk.filename] = apk
340 self.apks_by_basename[os.path.basename(apk.filename)] = apk
342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package))
343 self.max_fn_len = max(self.max_fn_len, len(apk.filename))
349 for apk in self.apks.values():
350 if apk.shared_uid:
[all …]
Dcheck_target_files_signatures.py203 with zipfile.ZipFile(full_filename) as apk:
204 for info in apk.infolist():
208 pkcs7 = apk.read(filename)
338 apk = APK(fullname, displayname)
339 self.apks[apk.filename] = apk
340 self.apks_by_basename[os.path.basename(apk.filename)] = apk
342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package))
343 self.max_fn_len = max(self.max_fn_len, len(apk.filename))
349 for apk in self.apks.values():
350 if apk.shared_uid:
[all …]
Dsign_target_files_apks.py196 for apk, cert in certmap.items():
197 certmap[apk] = OPTIONS.key_map.get(cert, cert)
200 for apk, cert in OPTIONS.extra_apks.items():
203 certmap[apk] = OPTIONS.key_map.get(cert, cert)
Dsign_target_files_apks196 for apk, cert in certmap.items():
197 certmap[apk] = OPTIONS.key_map.get(cert, cert)
200 for apk, cert in OPTIONS.extra_apks.items():
203 certmap[apk] = OPTIONS.key_map.get(cert, cert)
/build/make/tools/releasetools/testdata/
Dapkcerts_vendor.txt1 name="TestSystem1.apk" certificate="not_selected" private_key="not_selected" partition="system"
2 name="TestSystem2.apk" certificate="not_selected" private_key="not_selected" partition="system"
3 name="TestVendor.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key…
4 name="TestOdm.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="b…
5 name="TestProduct.apk" certificate="not_selected" private_key="not_selected" partition="product"
6 name="TestSystemExt.apk" certificate="not_selected" private_key="not_selected" partition="system_ex…
Dapkcerts_framework.txt1 name="TestSystem1.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke…
2 name="TestSystem2.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke…
3 name="TestVendor.apk" certificate="not_selected" private_key="not_selected" partition="vendor"
4 name="TestOdm.apk" certificate="not_selected" private_key="not_selected" partition="odm"
5 name="TestProduct.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke…
6 name="TestSystemExt.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_…
Dapkcerts_merge.txt1 name="TestOdm.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="b…
2 name="TestProduct.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke…
3 name="TestSystem1.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke…
4 name="TestSystem2.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_ke…
5 name="TestSystemExt.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_…
6 name="TestVendor.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key…
/build/make/core/
Dapp_prebuilt_internal.mk29 LOCAL_BUILT_MODULE_STEM := package.apk.gz
32 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk.gz
35 LOCAL_BUILT_MODULE_STEM := package.apk
37 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk
66 my_prebuilt_dpi_file_stem := $(LOCAL_MODULE)_%.apk
77 my_extracted_apk := $(intermediates)/extracted.apk
280 $(built_apk_splits) : $(intermediates)/%.apk : $(my_src_dir)/%.apk
285 $(installed_apk_splits) : $(my_module_path)/%.apk : $(intermediates)/%.apk
Dpackage_internal.mk199 my_res_package := $(intermediates)/package-res.apk
238 LOCAL_BUILT_MODULE_STEM := package.apk.gz
239 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk.gz
241 LOCAL_BUILT_MODULE_STEM := package.apk
242 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk
337 built_apk_splits := $(foreach s,$(my_split_suffixes),$(intermediates)/package_$(s).apk)
410 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
417 $(call intermediates-dir-for,APPS,$(lib),,COMMON)/package-export.apk)
560 cp -f $(PRIVATE_RES_PACKAGE) $@.parts/apk.zip
587 my_package_res_pb := $(intermediates)/package-res.pb.apk
[all …]
Dsoong_android_app_set.mk20 define extract-install-file-from-apk-set
26 $(eval $(call extract-install-file-from-apk-set,$(LOCAL_PREBUILT_MODULE_FILE),$(LOCAL_APK_SET_INSTA…
Daapt2.mk70 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk)
74 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk)
111 resource_export_package := $(intermediates.COMMON)/package-export.apk
Dsoong_app_prebuilt.mk20 LOCAL_MODULE_SUFFIX := .apk
21 LOCAL_BUILT_MODULE_STEM := package.apk
89 resource_export_package := $(intermediates.COMMON)/package-export.apk
114 my_apks_to_install := $(foreach f,$(filter %.apk %.idsig,$(LOCAL_SOONG_BUILT_INSTALLED)),$(call wor…
Dstatic_java_library.mk93 my_res_package := $(intermediates.COMMON)/package-res.apk
119 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
Dpdk_config.mk34 target/common/obj/APPS/framework-res_intermediates/package-export.apk \
143 target/common/obj/APPS/framework-res_intermediates/package-export.apk))
Djava_prebuilt_internal.mk181 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
185 my_res_package := $(intermediates.COMMON)/package-res.apk
Dpdk_fusion_modules.mk81 package.apk,\
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java41 import com.android.apksig.apk.ApkUtils;
42 import com.android.apksig.apk.MinSdkVersionException;
951 private static ZipSections findMainZipSections(ByteBuffer apk) in findMainZipSections() argument
953 apk.slice(); in findMainZipSections()
954 ApkUtils.ZipSections sections = ApkUtils.findZipSections(DataSources.asDataSource(apk)); in findMainZipSections()
965 apk.position(0); in findMainZipSections()
966 apk.limit((int) centralDirStartOffset); in findMainZipSections()
967 ByteBuffer beforeCentralDir = apk.slice(); in findMainZipSections()
969 apk.position((int) centralDirStartOffset); in findMainZipSections()
970 apk.limit((int) centralDirEndOffset); in findMainZipSections()
[all …]
/build/soong/cmd/extract_apks/
Dmain.go371 regexp.MustCompile(`^.*/` + selected.moduleName + `-master\.apk$`),
372 config.stem + `.apk`,
375 regexp.MustCompile(`^.*/` + selected.moduleName + `(-.*\.apk)$`),
379 regexp.MustCompile(`^universal\.apk$`),
394 for _, apk := range selected.entries {
395 apkFile, ok := apkSet.entries[apk]
397 return nil, fmt.Errorf("TOC refers to an entry %s which does not exist", apk)
425 apk, ok := apkSet.entries[selected.entries[0]]
429 inputReader, _ := apk.Open()
/build/make/target/product/
Demulator_system.mk22 system/priv-app/MultiDisplayProvider/MultiDisplayProvider.apk \
/build/soong/java/
Dapp_test.go2021 apk: "prebuilts/apk/app.apk",
2050 apk: "prebuilts/apk/app.apk",
2071 apk: "prebuilts/apk/app.apk",
2099 apk: "prebuilts/apk/app.apk",
2120 apk: "prebuilts/apk/app.apk",
2149 apk: "prebuilts/apk/app.apk",
2152 apk: "prebuilts/apk/app_xhdpi.apk",
2155 apk: "prebuilts/apk/app_xxhdpi.apk",
2227 apk: "prebuilts/apk/app.apk",
2233 apk: "prebuilts/apk/app.apk",
[all …]
/build/make/tools/signapk/test/
Drun3 package := NotePad.apk
/build/soong/androidmk/androidmk/
Dandroidmk_test.go1323 LOCAL_SRC_FILES := foo.apk
1339 apk: "foo.apk",
1349 LOCAL_SRC_FILES := foo.apk
1352 LOCAL_MODULE_SUFFIX := .apk
1354 LOCAL_REPLACE_PREBUILT_APK_INSTALLED := $(LOCAL_PATH)/foo.apk
/build/soong/bpfix/bpfix/
Dbpfix_test.go821 apk: "package.apk",
830 apk: "package.apk",
837 apk: "package.apk",
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto150 // is split/assets/example.apk, this will be assets/example.apk).
/build/make/target/board/
Dgo_defaults_common.prop34 # the processes that load of shared apk and the code cache is not shared.

12