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",