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

  /external/autotest/site_utils/deploy_autotest/
common_util.py 32 VALID_TARGETS = [DEVS, DRONES, SCHEDULER]
42 ' '.join(VALID_TARGETS))
50 if not set(parsed_args.servers).issubset(set(VALID_TARGETS)):
51 parser.error('All servers must be one of %s' % ' '.join(VALID_TARGETS))
  /external/skia/
Makefile 34 # Soon we should be able to get rid of VALID_TARGETS, and just pass control
38 # need for VALID_TARGETS in toplevel Makefile')
42 VALID_TARGETS := \
95 .PHONY: $(VALID_TARGETS)
96 $(VALID_TARGETS):: gyp

Completed in 240 milliseconds