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

  /external/chromium_org/build/android/gyp/
dex.py 58 exclude_paths = build_utils.ReadJson(options.excluded_paths_file)
59 paths = [p for p in paths if not p in exclude_paths]
apk_obfuscate.py 114 exclude_paths = []
123 exclude_paths = tested_jar_info['inputs']
133 proguard_injars = [p for p in input_jars if p not in exclude_paths]

Completed in 49 milliseconds