OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zipalign
(Results
1 - 14
of
14
) sorted by null
/prebuilt/sdk/tools/
Android.mk
79
LOCAL_MODULE :=
zipalign
80
LOCAL_SRC_FILES := $(HOST_OS)/
zipalign
$(HOST_EXECUTABLE_SUFFIX)
84
LOCAL_BUILT_MODULE_STEM :=
zipalign
$(HOST_EXECUTABLE_SUFFIX)
/build/tools/zipalign/
Android.mk
11
ZipAlign
.cpp \
31
LOCAL_MODULE :=
zipalign
/sdk/build/
tools.windows.atree
83
rm tools/
zipalign
84
bin/
zipalign
.exe strip tools/
zipalign
.exe
tools.atree
40
bin/
zipalign
strip tools/
zipalign
/build/core/
prebuilt.mk
102
$(built_module) : $(LOCAL_PATH)/$(LOCAL_SRC_FILES) | $(
ZIPALIGN
)
103
$(transform-prebuilt-to-target-with-
zipalign
)
106
$(built_module) : $(LOCAL_PATH)/$(LOCAL_SRC_FILES) | $(ACP) $(
ZIPALIGN
) $(SIGNAPK_JAR)
user_tags.mk
505
zipalign
definitions.mk
[
all
...]
config.mk
231
ZIPALIGN
:= $(HOST_OUT_EXECUTABLES)/
zipalign
$(HOST_EXECUTABLE_SUFFIX)
Makefile
[
all
...]
main.mk
399
build/tools/
zipalign
\
/development/build/tools/
windows_sdk.mk
41
zipalign
\
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java
280
File
zipalign
= new File(path);
local
281
runZipAlign =
zipalign
.isFile();
295
String message =
zipAlign
(path, apkExportFile, mDestinationFile);
302
"The
zipalign
tool was not found in the SDK.\n\n" +
304
"or run
zipalign
manually.\n\n" +
518
* Executes
zipalign
519
* @param zipAlignPath location of the
zipalign
too
520
* @param source file to
zipalign
525
private String
zipAlign
(String zipAlignPath, File source, File destination) throws IOException {
539
StringBuilder sb = new StringBuilder("Error while running
zipalign
:")
[
all
...]
/frameworks/base/docs/html/resources/
resources-data.js
377
path: 'articles/
zipalign
.html',
379
en: '
Zipalign
: an Easy Optimization'
382
en: 'The Android SDK includes a tool called
zipalign
that optimizes the way an application is packaged. Running
zipalign
against your application enables Android to interact with it more efficiently at run time and thus has the potential to make it and the overall system run faster. This article provides a high-level overview of the
zipalign
tool and its use.'
/frameworks/base/docs/html/guide/
guide_toc.cs
638
<li><a href="<?cs var:toroot ?>guide/developing/tools/
zipalign
.html">
zipalign
</a></li>
[
all
...]
Completed in 268 milliseconds