Loading licenses/Android.bp +16 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,22 @@ license_kind { url: "https://spdx.org/licenses/AGPL-3.0-or-later.html", } license_kind { name: "SPDX-license-identifier-APSL-1.1", conditions: [ "reciprocal", ], url: "https://spdx.org/licenses/APSL-1.1.html", } license_kind { name: "SPDX-license-identifier-APSL-2.0", conditions: [ "reciprocal", ], url: "https://spdx.org/licenses/APSL-2.0.html", } license_kind { name: "SPDX-license-identifier-Apache", conditions: ["notice"], Loading Loading
licenses/Android.bp +16 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,22 @@ license_kind { url: "https://spdx.org/licenses/AGPL-3.0-or-later.html", } license_kind { name: "SPDX-license-identifier-APSL-1.1", conditions: [ "reciprocal", ], url: "https://spdx.org/licenses/APSL-1.1.html", } license_kind { name: "SPDX-license-identifier-APSL-2.0", conditions: [ "reciprocal", ], url: "https://spdx.org/licenses/APSL-2.0.html", } license_kind { name: "SPDX-license-identifier-Apache", conditions: ["notice"], Loading