Home | History | Annotate | Download | only in core

Lines Matching refs:apk

129 LOCAL_BUILT_MODULE_STEM := package.apk
171 endif # No test apk
183 # In unbundled build merge the emma library into the apk.
261 resource_export_package := $(intermediates.COMMON)/package-export.apk
303 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
304 # We can't depend directly on the export.apk file; it won't get its
306 # corresponding R.stamp file, which lists the export.apk as a dependency.
321 # Get the list of jni libraries to be included in the apk file.
338 # Instead it should be packaged into the apk.
350 # sets where they are stored in the apk.)
368 # default devkey, apply predexopt, but then expect the final .apk
426 $(hide) rm -f $(patsubst %.apk,%.odex,$@)
427 $(call dexpreopt-one-file,$@,$(patsubst %.apk,%.odex,$@))
450 # They include the jni shared libraries and the apk with jni libraries stripped.
458 apk_jni_stripped := $(intermediates)/jni_stripped/package.apk
466 $(call dist-for-goals, apps_only, $(apk_jni_stripped):$(dist_subdir)/$(LOCAL_PACKAGE_NAME).apk)