Lines Matching refs:APK
44 // Names of extra android_app_certificate modules to sign the apk with in the form ":module".
47 // If set, create package-export.apk, which other packages can
69 // Store native libraries uncompressed in the APK and set the android:extractNativeLibs="false" manifest
70 // flag so that they are used from inside the APK at runtime. Defaults to true for android_test modules unless
72 // module types where the native libraries are generally preinstalled outside the APK.
75 // Store dex files uncompressed in the APK and set the android:useEmbeddedDex="true" manifest attribute so that
76 // they are used from inside the APK at runtime.
79 // Forces native libraries to always be packaged into the APK,
85 // it in the APK as an asset.
114 // the install APK name is normally the same as the module name, but can be overridden with PRODUCT_PACKAGE_NAME_OVERRIDES.
174 // shouldUncompressJNI returns true if the native libraries should be stored in the APK uncompressed and the
185 // Returns whether this module should have the dex file stored uncompressed in the APK.
277 // framework-res.apk is installed as system/framework/framework-res.apk
284 a.dexpreopter.installPath = android.PathForModuleInstall(ctx, installDir, a.installApkName+".apk")
391 noticeFile := android.BuildNoticeOutput(ctx, installDir, a.installApkName+".apk", noticePaths)
397 // Check if the install APK name needs to be overridden.
402 // framework-res.apk is installed as system/framework/framework-res.apk
430 packageFile := android.PathForModuleOut(ctx, ctx.ModuleName()+".apk")
436 packageFile := android.PathForModuleOut(ctx, ctx.ModuleName()+"_"+split.suffix+".apk")
447 ctx.InstallFile(installDir, a.installApkName+".apk", a.outputFile)
449 ctx.InstallFile(installDir, a.installApkName+"_"+split.suffix+".apk", split.path)
497 // android_app compiles sources and Android resources into an Android application package `.apk` file.
566 // android_test compiles test sources and Android resources into an Android application package `.apk` file and
607 // android_test_helper_app compiles sources and Android resources into an Android application package `.apk` file that