[LSC] Add LOCAL_LICENSE_KINDS to system/libhidl
Added SPDX-license-identifier-Apache-2.0 to:
Android.bp
adapter/Android.bp
libhidlmemory/Android.bp
minijail/Android.bp
transport/Android.bp
transport/allocator/1.0/Android.bp
transport/allocator/1.0/default/Android.bp
transport/allocator/1.0/utils/Android.bp
transport/allocator/1.0/vts/functional/Android.bp
transport/base/1.0/Android.bp
transport/base/1.0/vts/functional/Android.bp
transport/manager/1.0/Android.bp
transport/manager/1.1/Android.bp
transport/manager/1.2/Android.bp
transport/memory/1.0/Android.bp
transport/memory/1.0/default/Android.bp
transport/memory/block/1.0/Android.bp
transport/memory/token/1.0/Android.bp
transport/safe_union/1.0/Android.bp
transport/token/1.0/Android.bp
transport/token/1.0/utils/Android.bp
vintfdata/Android.mk
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I2a7ef0ec44c7b087eb00ed2bdfc4940d07f7a148
diff --git a/Android.bp b/Android.bp
index 034919e..33ba0e9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["system_libhidl_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "system_libhidl_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_defaults {
name: "libhidl-defaults",
cflags: [