Lines Matching refs:APK
16 // dexpreopting and to strip the dex files from the APK or JAR.
22 // changed. One script takes an APK or JAR as an input and produces a zip file containing any outputs of preopting,
24 // installing the APK, which will install the preopt outputs into $(PRODUCT_OUT)/system or $(PRODUCT_OUT)/system_other
25 // as necessary. The zip file may be empty if preopting was disabled for any reason. The second script takes an APK or
51 // GenerateStripRule generates a set of commands that will take an APK or JAR as an input and strip the dex files if
173 // ensure the profile keys match the apk.
180 FlagWithInput("--apk=", module.DexPath).
199 } else if filepath.Ext(base) == ".apk" {
200 base = "package.apk"
229 // Lists of used and optional libraries from the build config to be verified against the manifest in the APK
244 // Extra paths that will be appended to the class loader if the APK manifest has targetSdkVersion < 28
248 // Extra paths that will be appended to the class loader if the APK manifest has targetSdkVersion < 29
478 // Return if the dex file in the APK should be stripped. If an APK is found to contain uncompressed dex files at
492 // doesn't match the one in other partitions. It needs to be able to fall back to the APK for that case.