Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 7 of 7) sorted by relevance

/build/make/core/
Ddistdir.mk44 $(foreach goal,$(1), \
45 $(eval _all_dist_goal_output_pairs += $$(goal):$$(dst))))
56 $(foreach goal,$(sort $(_all_dist_goals)), \
57 $(eval $$(goal): _dist_$$(goal))) \
Dproduct_config.mk98 $(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/
Ddistdir.mk23 $(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/
Dcarousel.js178 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/
Dide.mk29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
/build/kati/
DREADME.md7 The main goal of this tool is to speed-up incremental build of Android.
/build/make/
DChanges.md94 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,