[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
diff --git a/fastdeploy/Android.bp b/fastdeploy/Android.bp
index f5893aa..c2daf9b 100644
--- a/fastdeploy/Android.bp
+++ b/fastdeploy/Android.bp
@@ -13,6 +13,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"],
+}
+
java_library {
name: "deployagent_lib",
sdk_version: "24",