Home
last modified time | relevance | path

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

/external/angle/scripts/
Dgenerate_android_bp.py276 cflag_allowlist = [
284 for allowlisted_cflag in cflag_allowlist:
/external/perfetto/tools/
Dgen_amalgamated64 cflag_allowlist = r'^-(W.*|fno-exceptions|fPIC|std.*|fvisibility.*)$' variable
300 return apply_allowlist(cflag_allowlist, result)
Dgen_android_bp145 cflag_allowlist = r'^-DPERFETTO.*$' variable
801 cflags = {flag for flag in target.cflags if re.match(cflag_allowlist, flag)}