Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 8 of 8) 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.mk85 $(error The PRODUCT-* goal is no longer supported. Use `TARGET_PRODUCT=<product> m droid` instead)
89 $(error The APP-* goal is no longer supported. Use `TARGET_BUILD_APPS="<app>" m droid` instead)
/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/soong/android/
Dmakevars.go94 DistForGoal(goal string, paths ...Path)
99 DistForGoalWithFilename(goal string, path Path, filename string)
404 func (c *makeVarsContext) DistForGoal(goal string, paths ...Path) {
405 c.DistForGoals([]string{goal}, paths...)
408 func (c *makeVarsContext) DistForGoalWithFilename(goal string, path Path, filename string) {
409 c.DistForGoalsWithFilename([]string{goal}, path, filename)
/build/make/core/tasks/
Dide.mk29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
/build/soong/apex/
Dandroidmk.go367 goal := "checkbuild"
369 fmt.Fprintln(w, ".PHONY:", goal)
371 goal, a.installedFilesFile.String(), distFile)
/build/make/
DChanges.md301 a PHONY goal, and a list of files to copy to `$DIST_DIR`. Whenever `dist` is
302 specified, and the goal would be built (either explicitly on the command line,