summaryrefslogtreecommitdiff
path: root/fsverity_init/Android.bp
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-07-19 01:13:40 +0000
committerEric Biggers <ebiggers@google.com>2023-07-19 01:13:40 +0000
commit997fd3392a34594e611405257acd165546ee3dd2 (patch)
tree2039e5d9da858672dba3de6d8ce5d343b1705acb /fsverity_init/Android.bp
parentb0a6a2adc19b94084fabf2d1f78f64ada86f9cb9 (diff)
downloadsecurity-997fd3392a34594e611405257acd165546ee3dd2.tar.gz
Remove fsverity_init
Now that fsverity_init is no longer used, it can be removed. For more details, see https://r.android.com/2662658. Bug: 290064770 Test: presubmit Change-Id: I9a90a7141d708ea8aaeefc54288083ee5a0f52ff
Diffstat (limited to 'fsverity_init/Android.bp')
-rw-r--r--fsverity_init/Android.bp25
1 files changed, 0 insertions, 25 deletions
diff --git a/fsverity_init/Android.bp b/fsverity_init/Android.bp
deleted file mode 100644
index 07eaf6a2..00000000
--- a/fsverity_init/Android.bp
+++ /dev/null
@@ -1,25 +0,0 @@
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "system_security_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["system_security_license"],
-}
-
-cc_binary {
- name: "fsverity_init",
- srcs: [
- "fsverity_init.cpp",
- ],
- static_libs: [
- "libc++fs",
- "libmini_keyctl_static",
- ],
- shared_libs: [
- "libbase",
- "libkeyutils",
- "liblog",
- ],
- cflags: ["-Werror", "-Wall", "-Wextra"],
-}