HomeSort by relevance Sort by last modified time
    Searched refs:DEP_PATH (Results 1 - 3 of 3) sorted by null

  /build/make/core/tasks/
deps_licenses.mk 18 # To invoke, run "make deps-license PROJ_PATH=<proj-path-patterns> DEP_PATH=<dep-path-patterns>".
19 # PROJ_PATH restricts the paths of the source modules; DEP_PATH restricts the paths of the dependency modules.
26 $(error To "make deps-license" you must specify PROJ_PATH and DEP_PATH.)
28 ifndef DEP_PATH
29 $(error To "make deps-license" you must specify PROJ_PATH and DEP_PATH.)
51 $(if $(filter $(DEP_PATH),$(d_p)),\
  /development/vndk/tools/sourcedr/sourcedr/tests/
test_map.py 16 DEP_PATH = os.path.join(MAP_TESTDATA_DIR, 'build_dep.json')
23 dep = load_build_dep_file_from_path(self.DEP_PATH)
56 dep = load_build_dep_file_from_path(self.DEP_PATH)
  /frameworks/support/scripts/
support-deps-license.sh 32 make deps-license PROJ_PATH=$LIB_PATH DEP_PATH=frameworks/support > $OUTPUT_FILE

Completed in 120 milliseconds