From f574d1029dff307a55bdcd643ca456586e58536a Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 20:46:55 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to system/libufdt Added SPDX-license-identifier-Apache-2.0 to: tests/libufdt_verify/Android.bp tests/src/Android.bp utils/src/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: Android.bp sysdeps/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I84d850aa50a3f06c6748f718fe4927f3d67ac6db --- tests/libufdt_verify/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/libufdt_verify/Android.bp') diff --git a/tests/libufdt_verify/Android.bp b/tests/libufdt_verify/Android.bp index bb07f79..4258c65 100644 --- a/tests/libufdt_verify/Android.bp +++ b/tests/libufdt_verify/Android.bp @@ -12,6 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "system_libufdt_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["system_libufdt_license"], +} + cc_library_static { name: "libufdt_verify", host_supported: true, -- cgit v1.2.3