diff --git a/licenses/Android.bp b/licenses/Android.bp index dee72ed42..d045725c2 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -1027,42 +1027,42 @@ license_kind { license_kind { name: "SPDX-license-identifier-OFL", - conditions: ["by_exception_only"], + conditions: ["notice"], } license_kind { name: "SPDX-license-identifier-OFL-1.0", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.0.html", } license_kind { name: "SPDX-license-identifier-OFL-1.0-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.0-RFN.html", } license_kind { name: "SPDX-license-identifier-OFL-1.0-no-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.0-no-RFN.html", } license_kind { name: "SPDX-license-identifier-OFL-1.1", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.1.html", } license_kind { name: "SPDX-license-identifier-OFL-1.1-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.1-RFN.html", } license_kind { name: "SPDX-license-identifier-OFL-1.1-no-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.1-no-RFN.html", }