/build/soong/scripts/ |
D | manifest_check_test.py | 47 def run_test(self, xml, apk, uses_libraries=[], optional_uses_libraries=[]): argument 53 manifest_check.enforce_uses_libraries(apk, uses_libraries, 77 apk = self.apk_tmpl % (uses_library_apk('foo')) 78 matches = self.run_test(xml, apk, uses_libraries=['foo']) 83 apk = self.apk_tmpl % (uses_library_apk('foo', required_apk(True))) 84 matches = self.run_test(xml, apk, uses_libraries=['foo']) 89 apk = self.apk_tmpl % (uses_library_apk('foo', required_apk(False))) 90 matches = self.run_test(xml, apk, optional_uses_libraries=['foo']) 95 apk = self.apk_tmpl % (uses_library_apk('foo', required_apk(False))) 96 matches = self.run_test(xml, apk, uses_libraries=['foo']) [all …]
|
/build/make/tools/releasetools/ |
D | check_target_files_signatures.py | 203 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 …]
|
D | find_shareduid_violation.py | 70 def make_aapt_cmds(aapt, apk): argument 72 aapt + " dump " + apk + " --file AndroidManifest.xml", 73 aapt + " dump xmltree " + apk + " --file AndroidManifest.xml" 77 def extract_shared_uid(aapt, apk): argument 78 for cmd in make_aapt_cmds(aapt, apk):
|
D | sign_target_files_apks | 240 for apk, cert in certmap.items(): 241 certmap[apk] = OPTIONS.key_map.get(cert, cert) 244 for apk, cert in OPTIONS.extra_apks.items(): 247 certmap[apk] = OPTIONS.key_map.get(cert, cert)
|
/build/make/tools/releasetools/testdata/ |
D | apkcerts_vendor.txt | 1 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…
|
D | apkcerts_framework.txt | 1 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_…
|
/build/soong/java/ |
D | app_import_test.go | 32 apk: "prebuilts/apk/app.apk", 61 apk: "prebuilts/apk/app.apk", 82 apk: "prebuilts/apk/app.apk", 110 apk: "prebuilts/apk/app.apk", 145 apk: "prebuilts/apk/app.apk", 171 apk: "prebuilts/apk/app.apk", 200 apk: "prebuilts/apk/app.apk", 203 apk: "prebuilts/apk/app_xhdpi.apk", 206 apk: "prebuilts/apk/app_xxhdpi.apk", 279 apk: "prebuilts/apk/app.apk", [all …]
|
/build/make/core/ |
D | app_prebuilt_internal.mk | 29 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 281 $(built_apk_splits) : $(intermediates)/%.apk : $(my_src_dir)/%.apk 286 $(installed_apk_splits) : $(my_module_path)/%.apk : $(intermediates)/%.apk
|
D | package_internal.mk | 192 my_res_package := $(intermediates)/package-res.apk 231 LOCAL_BUILT_MODULE_STEM := package.apk.gz 232 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk.gz 234 LOCAL_BUILT_MODULE_STEM := package.apk 235 LOCAL_INSTALLED_MODULE_STEM := $(LOCAL_MODULE).apk 330 built_apk_splits := $(foreach s,$(my_split_suffixes),$(intermediates)/package_$(s).apk) 403 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk 410 $(call intermediates-dir-for,APPS,$(lib),,COMMON)/package-export.apk) 532 cp -f $(PRIVATE_RES_PACKAGE) $@.parts/apk.zip 559 my_package_res_pb := $(intermediates)/package-res.pb.apk [all …]
|
D | soong_android_app_set.mk | 20 define extract-install-file-from-apk-set 26 $(eval $(call extract-install-file-from-apk-set,$(LOCAL_PREBUILT_MODULE_FILE),$(LOCAL_APK_SET_INSTA…
|
D | aapt2.mk | 70 $(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
|
D | artifact_path_requirements.mk | 7 static_allowed_patterns += %__auto_generated_rro_product.apk 8 static_allowed_patterns += %__auto_generated_rro_vendor.apk
|
D | soong_app_prebuilt.mk | 22 LOCAL_MODULE_SUFFIX := .apk 23 LOCAL_BUILT_MODULE_STEM := package.apk 114 resource_export_package := $(intermediates.COMMON)/package-export.apk 139 my_apks_to_install := $(foreach f,$(filter %.apk %.idsig,$(LOCAL_SOONG_BUILT_INSTALLED)),$(call wor…
|
D | static_java_library.mk | 93 my_res_package := $(intermediates.COMMON)/package-res.apk 119 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
|
D | java_prebuilt_internal.mk | 183 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk 187 my_res_package := $(intermediates.COMMON)/package-res.apk
|
D | notice_files.mk | 71 ifneq (,$(strip $(filter %.zip %.tar %.tgz %.tar.gz %.apk %.img %.srcszip %.apex, $(LOCAL_BUILT_MOD…
|
D | soong_java_prebuilt.mk | 79 my_res_package := $(intermediates.COMMON)/package-res.apk
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 41 import com.android.apksig.apk.ApkUtils; 42 import com.android.apksig.apk.MinSdkVersionException; 953 private static ZipSections findMainZipSections(ByteBuffer apk) in findMainZipSections() argument 955 apk.slice(); in findMainZipSections() 956 ApkUtils.ZipSections sections = ApkUtils.findZipSections(DataSources.asDataSource(apk)); in findMainZipSections() 967 apk.position(0); in findMainZipSections() 968 apk.limit((int) centralDirStartOffset); in findMainZipSections() 969 ByteBuffer beforeCentralDir = apk.slice(); in findMainZipSections() 971 apk.position((int) centralDirStartOffset); in findMainZipSections() 972 apk.limit((int) centralDirEndOffset); in findMainZipSections() [all …]
|
/build/make/target/product/ |
D | emulator_system.mk | 22 system/priv-app/MultiDisplayProvider/MultiDisplayProvider.apk \
|
/build/make/tools/signapk/test/ |
D | run | 3 package := NotePad.apk
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 1310 LOCAL_SRC_FILES := foo.apk 1326 apk: "foo.apk", 1336 LOCAL_SRC_FILES := foo.apk 1339 LOCAL_MODULE_SUFFIX := .apk 1341 LOCAL_REPLACE_PREBUILT_APK_INSTALLED := $(LOCAL_PATH)/foo.apk
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 150 // is split/assets/example.apk, this will be assets/example.apk).
|
/build/make/target/board/ |
D | go_defaults_common.prop | 33 # the processes that load of shared apk and the code cache is not shared.
|
/build/make/ |
D | envsetup.sh | 1223 …system/framework/*.jar $ANDROID_PRODUCT_OUT/system/app/*.apk $ANDROID_PRODUCT_OUT/data/app/*.apk 2… 1374 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTestApp.apk && 1375 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTest.apk && 1597 _path=$(echo "$_path" | grep -E \\.apk$ | head -n 1)
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 80 native code, your applications are still packaged into an .apk file and they still run
|