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, 0 insertions, 21 deletions
diff --git a/su/Android.bp b/su/Android.bp
deleted file mode 100644
index 2616e37c..00000000
--- a/su/Android.bp
+++ /dev/null
@@ -1,21 +0,0 @@
-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"],
-}