Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 10 of 10) 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/apex/
Dandroidmk.go439 goal := "checkbuild"
441 fmt.Fprintln(w, ".PHONY:", goal)
443 goal, a.installedFilesFile.String(), distFile)
450 goal := "apps_only"
455 goal, distFile, distFile)
459 goal := "apps_only"
464 goal, distFile, distFile)
/build/soong/android/
Dmakevars.go67 DistForGoal(goal string, paths ...Path)
72 DistForGoalWithFilename(goal string, path Path, filename string)
476 func (c *makeVarsContext) DistForGoal(goal string, paths ...Path) {
477 c.DistForGoals([]string{goal}, paths...)
480 func (c *makeVarsContext) DistForGoalWithFilename(goal string, path Path, filename string) {
481 c.DistForGoalsWithFilename([]string{goal}, path, filename)
/build/bazel/bazel_skylib/
DREADME.md9 It should be a goal to follow HEAD `bazel-skylib` as closely as possible, with
/build/make/core/tasks/
Dide.mk29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
/build/bazel/
Dcommon.bazelrc34 # are a long term goal.
/build/make/
DChanges.md355 a PHONY goal, and a list of files to copy to `$DIST_DIR`. Whenever `dist` is
356 specified, and the goal would be built (either explicitly on the command line,