Home
last modified time | relevance | path

Searched refs:ZIPALIGN (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/
H A Drun-test99 if [ -z "$ZIPALIGN" ]; then
101 ZIPALIGN="zipalign";
106 darwin*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/darwin/bin/zipalign" ;;
107 linux*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/linux/bin/zipalign" ;;
112 export ZIPALIGN
/aosp12/build/make/core/
H A Dapp_prebuilt_internal.mk205 $(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN)
236 $(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN) $(ZIP2ZIP) $(SIGNAPK_JAR) $(SIGNAPK_JNI_LIB…
H A Djava_library.mk72 …) : $(full_classes_pre_proguard_jar) $(built_dex) $(java_resource_sources) | $(ZIPTIME) $(ZIPALIGN)
H A Ddefinitions.mk2372 $(hide) if ! $(ZIPALIGN) -c -p 4 $@ >/dev/null ; then \
2374 $(ZIPALIGN) \
2386 $(hide) if ! $(ZIPALIGN) -c -p 4 $@ >/dev/null ; then \
2519 $(2): $(1) $(ZIPALIGN) $(ZIP2ZIP)
/aosp12/art/test/etc/
H A Ddefault-build238 "$ZIPALIGN" -f "$ZIP_ALIGN_BYTES" "$zip_target" "$tmp_file"