Searched defs:check (Results 1 - 4 of 4) sorted by relevance

/build/core/tasks/
H A Dapicheck.mk20 # skip api check for TINY_ANDROID and PDK buid
33 define check-api
55 $(eval $(call check-api, \
67 $(eval $(call check-api, \
/build/tools/zipalign/
H A DZipAlign.cpp39 fprintf(stderr, " -c: check alignment only (does not modify file)\n");
108 /* this mode isn't supported -- do a trivial check */
196 bool check = false; local
217 check = true;
238 if (!((check && argc == 2) || (!check && argc == 3))) {
250 if (check) {
251 /* check existing archive for correct alignment */
/build/core/
H A Dproduct.mk141 #TODO: check to make sure that products have all the necessary vars defined
151 define check-all-products
H A DMakefile22 define check-product-copy-files
35 $(call check-product-copy-files,$(cf)) \
770 # image size check calculation.

Completed in 174 milliseconds