summaryrefslogtreecommitdiff
path: root/postinst/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'postinst/Android.bp')
-rw-r--r--postinst/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/postinst/Android.bp b/postinst/Android.bp
index 25e9dfe4..89141893 100644
--- a/postinst/Android.bp
+++ b/postinst/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["system_extras_postinst_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "system_extras_postinst_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
sh_binary {
name: "postinst_example",
src: "postinst.sh",