Searched refs:goal (Results 1 – 7 of 7) sorted by relevance
/build/make/core/ |
D | distdir.mk | 44 $(foreach goal,$(1), \ 45 $(eval _all_dist_goal_output_pairs += $$(goal):$$(dst)))) 56 $(foreach goal,$(sort $(_all_dist_goals)), \ 57 $(eval $$(goal): _dist_$$(goal))) \
|
D | product_config.mk | 98 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)") 104 $(error Bad PRODUCT-* goal "$(goal_name)") 114 $(error "tests" has been deprecated as a build variant. Use it as a build goal instead.) 143 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)")
|
/build/make/packaging/ |
D | distdir.mk | 23 $(eval goal := $(call word-colon,1,$(pair))) \ 25 $(eval .PHONY: _dist_$$(goal)) \ 27 $(eval _dist_$$(goal): $$(DIST_DIR)/$$(output)), \ 28 $(eval _dist_$$(goal):)))
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | carousel.js | 178 function slide(goal, id, go_left, cp) { argument 183 animation.goal = goal; 188 var motions = Math.abs(animation.goal - animation.origin); 195 …var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - …
|
/build/make/core/tasks/ |
D | ide.mk | 29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
|
/build/kati/ |
D | README.md | 7 The main goal of this tool is to speed-up incremental build of Android.
|
/build/make/ |
D | Changes.md | 94 a PHONY goal, and a list of files to copy to `$DIST_DIR`. Whenever `dist` is 95 specified, and the goal would be built (either explicitly on the command line,
|