aboutsummaryrefslogtreecommitdiff
path: root/pairing_auth
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 19:46:09 -0800
committerBob Badour <bbadour@google.com>2021-02-12 19:46:09 -0800
commit4a6774ba908d13e7358a509a45eeb5f62f9a3eba (patch)
treeb184f6c34c1d06b2721b08519fd1cbaf245c7da5 /pairing_auth
parent8df540763119d5f1107032c97affc81edac75579 (diff)
downloadadb-4a6774ba908d13e7358a509a45eeb5f62f9a3eba.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/adb
Added SPDX-license-identifier-Apache-2.0 to: Android.bp apex/Android.bp crypto/Android.bp crypto/tests/Android.bp fastdeploy/Android.bp libs/adbconnection/Android.bp libs/libadbd_fs/Android.bp pairing_auth/Android.bp pairing_auth/tests/Android.bp pairing_connection/Android.bp pairing_connection/tests/Android.bp proto/Android.bp tls/Android.bp tls/tests/Android.bp tools/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Id2087906a4e095ad8380cc646299b3739d82aed9
Diffstat (limited to 'pairing_auth')
-rw-r--r--pairing_auth/Android.bp9
-rw-r--r--pairing_auth/tests/Android.bp9
2 files changed, 18 insertions, 0 deletions
diff --git a/pairing_auth/Android.bp b/pairing_auth/Android.bp
index 9785ee23..e2e9fc45 100644
--- a/pairing_auth/Android.bp
+++ b/pairing_auth/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 "packages_modules_adb_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["packages_modules_adb_license"],
+}
+
cc_defaults {
name: "libadb_pairing_auth_defaults",
cflags: [
diff --git a/pairing_auth/tests/Android.bp b/pairing_auth/tests/Android.bp
index 213123d5..b6cff91c 100644
--- a/pairing_auth/tests/Android.bp
+++ b/pairing_auth/tests/Android.bp
@@ -14,6 +14,15 @@
// 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 "packages_modules_adb_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["packages_modules_adb_license"],
+}
+
cc_test {
name: "adb_pairing_auth_test",
srcs: [