Home
last modified time | relevance | path

Searched refs:LIBRARY_TYPES (Results 1 – 1 of 1) sorted by relevance

/external/angle/scripts/
Dexport_targets.py136 LIBRARY_TYPES = ('shared_library', 'static_library') variable
141 EXPECTED_TYPES = LIBRARY_TYPES + ('source_set', 'group', 'action')
148 if stop_at_lib and dep_type in LIBRARY_TYPES:
343 if dep['type'] in LIBRARY_TYPES: