Searched refs:get_build_goals (Results 1 – 3 of 3) sorted by relevance
/tools/treble/build/sandbox/ |
D | config_test.py | 169 self.assertEqual(cfg.get_build_goals('android_target_1'), ['droid']) 173 cfg.get_build_goals('android_target_2'), 178 cfg.get_build_goals('build_target_2'), ['common_goal', 'droid']) 182 self.assertEqual(cfg.get_build_goals('no_goals_target'), []) 193 build_goals = cfg.get_build_goals('test_target') 199 build_goals = cfg.get_build_goals('test_target', set()) 205 build_goals = cfg.get_build_goals('test_target', set('no_matchy')) 211 build_goals = cfg.get_build_goals('test_target', set(['x'])) 220 build_goals = cfg.get_build_goals('test_target', set(['ci', 'x']))
|
D | build_android_sandboxed.py | 203 build_goals = cfg.get_build_goals(args['build_target'], set(args['context']))
|
D | config.py | 422 def get_build_goals(self, build_target, contexts=frozenset()): member in Config
|