summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:46:55 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:46:55 -0800
commitf574d1029dff307a55bdcd643ca456586e58536a (patch)
tree26287312bb91bde897e2a0e7018984fbf0978aa9 /tests
parentb3c8ef67f908c1814ca9132d5fec8a4b4bf9e96c (diff)
downloadlibufdt-f574d1029dff307a55bdcd643ca456586e58536a.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/libufdtandroid-s-preview-1
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
Diffstat (limited to 'tests')
-rw-r--r--tests/libufdt_verify/Android.bp9
-rw-r--r--tests/src/Android.bp9
2 files changed, 18 insertions, 0 deletions
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,
diff --git a/tests/src/Android.bp b/tests/src/Android.bp
index c9a66d2..10ba099 100644
--- a/tests/src/Android.bp
+++ b/tests/src/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"],
+}
+
libufdt_tests_cflags = [
"-Wall",
"-Werror",