HomeSort by relevance Sort by last modified time
    Searched refs:zipalign (Results 1 - 11 of 11) sorted by null

  /build/tools/
Android.mk 22 include $(filter-out %/acp/Android.mk %/signapk/Android.mk %/zipalign/Android.mk,\
  /build/tools/zipalign/
Android.mk 11 ZipAlign.cpp \
37 LOCAL_MODULE := zipalign
  /prebuilts/sdk/tools/
Android.mk 67 LOCAL_MODULE := zipalign
68 LOCAL_SRC_FILES := $(HOST_OS)/zipalign$(HOST_EXECUTABLE_SUFFIX)
72 LOCAL_BUILT_MODULE_STEM := zipalign$(HOST_EXECUTABLE_SUFFIX)
  /sdk/build/
tools.windows.atree 92 rm tools/zipalign
93 bin/zipalign.exe strip tools/zipalign.exe
tools.atree 58 bin/zipalign strip tools/zipalign
  /development/build/tools/
windows_sdk.mk 43 zipalign \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 295 File zipalign = new File(path); local
296 runZipAlign = zipalign.isFile();
310 String message = zipAlign(path, apkExportFile, mDestinationFile);
317 "The zipalign tool was not found in the SDK.\n\n" +
319 "or run zipalign manually.\n\n" +
543 * Executes zipalign
544 * @param zipAlignPath location of the zipalign too
545 * @param source file to zipalign
550 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException {
586 StringBuilder sb = new StringBuilder("Error while running zipalign:")
    [all...]
  /build/core/
prebuilt.mk 150 $(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN)
151 $(transform-prebuilt-to-target-with-zipalign)
154 $(built_module) : $(my_prebuilt_src_file) | $(ACP) $(ZIPALIGN) $(SIGNAPK_JAR)
definitions.mk     [all...]
config.mk 341 ZIPALIGN := $(HOST_OUT_EXECUTABLES)/zipalign$(HOST_EXECUTABLE_SUFFIX)
Makefile     [all...]

Completed in 595 milliseconds