summaryrefslogtreecommitdiff
path: root/su/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'su/Android.bp')
-rw-r--r--su/Android.bp21
1 files changed, 21 insertions, 0 deletions
diff --git a/su/Android.bp b/su/Android.bp
new file mode 100644
index 00000000..2616e37c
--- /dev/null
+++ b/su/Android.bp
@@ -0,0 +1,21 @@
+package {
+ // See: http://go/android-license-faq
+ default_applicable_licenses: ["system_extras_su_license"],
+}
+
+license {
+ name: "system_extras_su_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
+cc_binary {
+ name: "su",
+ srcs: ["su.cpp"],
+ header_libs: ["libcutils_headers"],
+}