blob: 292e5aa98a710c933c7eb07452d29df36b73b243 [file] [log] [blame]
{
"outputLicenseFile": {OUTPUT_LICENSE_FILE},
"runAnalysis": {RUN_ANALYSIS},
"target": "",
"fuchsiaDir": "{FUCHSIA_DIR}",
"outDir": "{OUT_DIR}",
"includes": [
{
"paths": [
"{FUCHSIA_DIR}/tools/check-licenses/directory/_config.json",
"{FUCHSIA_DIR}/tools/check-licenses/file/_config.json",
"{FUCHSIA_DIR}/tools/check-licenses/project/_config.json",
"{FUCHSIA_DIR}/tools/check-licenses/result/_config.json"
],
"notes": [
"Import the default settings for each subpackage of the check-licenses tool."
],
"required": true
},
{
"paths": [
"{FUCHSIA_DIR}/vendor/google/tools/check-licenses/config.json"
],
"notes": [
"Import configs for the vendor/google git submodule.",
"This is intentionally not marked as 'required',",
"so check-licenses won't complain when //vendor/google isn't available."
]
},
{
"paths": [
"{FUCHSIA_DIR}/tools/check-licenses/assets/allowlists"
],
"notes": [
"Allow lists."
],
"recursive": true,
"required": true
}
]
}