Mark ab/7061308 as merged in stage.
Bug: 180401296
Merged-In: Ic3506bf358e72885ddf8e5be55d7309220589e37
Change-Id: I06695f6f936035c84706cc77759b4229fbf45dcb
diff --git a/Android.bp b/Android.bp
index 783b394..353706d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,23 @@
// Build the setup compat library.
//
+package {
+ default_applicable_licenses: ["external_setupcompat_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_setupcompat_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
android_library {
name: "setupcompat",
manifest: "AndroidManifest.xml",