Skip to content
Snippets Groups Projects
Commit f9a0d908 authored by Roland McGrath's avatar Roland McGrath Committed by CQ bot account: commit-bot@chromium.org
Browse files

[build] Force a fidl_library() with .test.fidl sources to be testonly

FIDL source files must be named `*.fidl` and if source files are
named `*.test.fidl` then the library using it can only be used in
test code.  So the fidl_library() template automatically sets
`testonly=true` if its sources list include any `*.test.fidl`.
It's not allowed to override this with explicit `testonly=false`.

Change-Id: I7bb79327be678efbfd293b9fa2baaad55832c9df
parent a3684085
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment