HomeSort by relevance Sort by last modified time
    Searched refs:goals (Results 1 - 25 of 58) sorted by null

1 2 3

  /system/core/cpio/
Android.mk 17 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
  /build/tools/signapk/
Android.mk 35 $(call dist-for-goals,droidcore,$(my_dist_files))
  /build/core/
distdir.mk 35 # $(3): goals that should copy the file
50 # certain files with certain goals. When those goals are built
53 # $(1): a list of goals (e.g. droid, sdk, pdk, ndk)
54 # $(2): the dist files to add to those goals. If the file contains ':',
58 define dist-for-goals
76 define dist-for-goals
ninja.mk 16 # Modifier goals we don't need to pass to Ninja.
20 # A list of goals which affect parsing of makefiles and we need to pass to Kati.
72 # Any Android goals that need to be built.
75 # Goals we need to pass to Ninja.
77 # Goals we need to pass to Kati.
  /build/core/tasks/
ide.mk 17 define filter-ide-goals
26 eclipse_project_goals := $(call filter-ide-goals,ECLIPSE)
vts.mk 23 $(call dist-for-goals, vts, $(compatibility_zip))
oem_image.mk 44 $(call dist-for-goals, oem_image, $(INSTALLED_OEMIMAGE_TARGET))
collect_gpl_sources.mk 30 $(call dist-for-goals, droidcore, $(gpl_source_tgz))
cts.mk 24 $(call dist-for-goals, cts, $(compatibility_zip))
vendor_module_check.mk 110 $(call dist-for-goals, droidcore, $(_vendor_module_owner_info_txt))
  /packages/apps/TV/tests/input/
Android.mk 24 $(call dist-for-goals,apps_only,$(LOCAL_BUILT_MODULE):$(LOCAL_PACKAGE_NAME).apk)
  /cts/tools/
Android.mk 36 # Put the test coverage report in the dist dir if "old-cts" is among the build goals.
38 $(call dist-for-goals,old-cts,$(CTS_TF_JAR))
39 $(call dist-for-goals,old-cts,$(HOSTTESTLIB_JAR))
  /development/build/tools/
sdk_repo.mk 37 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
60 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
87 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
106 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
195 $(call dist-for-goals, sdk_repo, $(RENAMED_ADDON_ZIP))
205 $(call dist-for-goals, sdk_repo, $(SDK_ADDON_XML))
215 $(call dist-for-goals, sdk_repo, $(RENAMED_ADDON_IMG_ZIP))
225 $(call dist-for-goals, sdk_repo, $(SDK_ADDON_IMG_XML))
243 $(call dist-for-goals, sdk_repo, $(SDK_REPO_XML))
258 $(call dist-for-goals, sdk_repo, $(SDK_EXTRAS_XML)
    [all...]
  /cts/
CtsCoverage.mk 86 # Put the test coverage report in the dist dir if "cts" is among the build goals.
88 $(call dist-for-goals, cts, $(cts-test-coverage-report):cts-test-coverage-report.html)
89 $(call dist-for-goals, cts, $(cts-verifier-coverage-report):cts-verifier-coverage-report.html)
90 $(call dist-for-goals, cts, $(cts-combined-coverage-report):cts-combined-coverage-report.html)
91 $(call dist-for-goals, cts, $(cts-combined-xml-coverage-report):cts-combined-coverage-report.xml)
  /cts/suite/audio_quality/
Android.mk 51 $(call dist-for-goals, cts, $(CTS_AUDIO_QUALITY_ZIP))
  /ndk/sources/host-tools/make-3.81/
dep.h 84 extern int update_goal_chain PARAMS ((struct dep *goals));
remake.c 73 /* Remake all the goals in the `struct dep' chain GOALS. Return -1 if nothing
74 was done, 0 if all goals were updated successfully, or 1 if a goal failed.
76 If rebuilding_makefiles is nonzero, these goals are makefiles, so -t, -q,
82 update_goal_chain (struct dep *goals)
93 goals = copy_dep_chain (goals);
102 for (g = goals; g != 0; g = g->next)
109 /* Update all the goals until they are all finished. */
111 while (goals != 0
    [all...]
  /device/intel/edison/build/tasks/
flashfiles.mk 38 $(call dist-for-goals, dist_files, $(EDISON_ZIP))
  /frameworks/base/tools/layoutlib/bridge/tests/
Android.mk 36 $(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
  /frameworks/base/tools/layoutlib/create/tests/
Android.mk 32 $(call dist-for-goals, sdk win_sdk, $(LOCAL_INSTALLED_MODULE))
  /packages/services/Car/car-lib/
Android.mk 32 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE):$(LOCAL_MODULE).jar)
  /system/core/fastboot/
Android.mk 93 $(call dist-for-goals,dist_files sdk win_sdk,$(my_dist_files))
96 $(call dist-for-goals,win_sdk,$(ALL_MODULES.host_cross_fastboot.BUILT))
  /sdk/avdlauncher/
Android.mk 53 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /sdk/find_java/
Android.mk 66 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /sdk/find_lock/
Android.mk 54 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))

Completed in 447 milliseconds

1 2 3