From fe9d02890cf5b50fb990733611739a153551fbc3 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 15 Sep 2021 10:57:11 -0700 Subject: [PATCH] Add LOCAL_LICENSE_KINDS to system/core/fs_mgr Added Android-Apache-2.0 to fs_mgr/libsnapshot/scripts/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: If966409962d564c1cfec901af2f2b78e891b7fca --- fs_mgr/libsnapshot/scripts/Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fs_mgr/libsnapshot/scripts/Android.bp b/fs_mgr/libsnapshot/scripts/Android.bp index 3e09cc3d8..829f5bc92 100644 --- a/fs_mgr/libsnapshot/scripts/Android.bp +++ b/fs_mgr/libsnapshot/scripts/Android.bp @@ -14,6 +14,11 @@ // limitations under the License. // +package { + // See: http://go/android-license-faq + default_applicable_licenses: ["Android-Apache-2.0"], +} + python_binary_host { name: "dump_snapshot_proto", main: "dump_snapshot_proto.py",