Home
last modified time | relevance | path

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

/build/make/tools/zipalign/
DZipAlign.cpp130 int alignment, bool force, bool zopfli, bool pageAlignSharedLibs) in process() argument
144 if (!force && access(outFileName, F_OK) == 0) { in process()
228 bool force = false; in main() local
253 force = true; in main()
294 result = process(argv[1], argv[2], alignment, force, zopfli, pageAlignSharedLibs); in main()
/build/soong/java/
Ddex.go60 `--force-proguard-compatibility ` +
/build/soong/apex/
Dbuilder.go112 `${apexer} --force --manifest ${manifest} ` +
130 `${apexer} --force --manifest ${manifest} ` +
/build/soong/docs/
Dbest_practices.md148 `PRODUCT_PACKAGES` will force them to always be installed, wasting space.
/build/make/core/
Ddefinitions.mk2636 --force-proguard-compatibility --output $(subst classes.dex,,$@) \