aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-27 13:16:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-27 13:16:51 +0000
commit5e91628701df28e41f86229abaf9347d228a8fb3 (patch)
tree0ac5f8b919be8431992c69321948d13fdee3ccc6
parentd825d68409547c6e46d8822d84e5ec854cabc9d7 (diff)
parent7ea0a4df6cb4f6c1afb9922c1c6f8a965774b2c2 (diff)
downloadselinux-5e91628701df28e41f86229abaf9347d228a8fb3.tar.gz
Snap for 8505378 from 7ea0a4df6cb4f6c1afb9922c1c6f8a965774b2c2 to mainline-go-art-release
Change-Id: I987bc7c80c9fb0f3a54407fec32ffae7dba58aa8
-rw-r--r--libselinux/Android.bp1
-rw-r--r--libselinux/src/android/android_host.c8
2 files changed, 0 insertions, 9 deletions
diff --git a/libselinux/Android.bp b/libselinux/Android.bp
index a677f02d..fab05ba0 100644
--- a/libselinux/Android.bp
+++ b/libselinux/Android.bp
@@ -152,7 +152,6 @@ cc_library {
target: {
host_linux: {
srcs: [
- "src/android/android_host.c",
"src/avc.c",
"src/avc_internal.c",
"src/avc_sidtab.c",
diff --git a/libselinux/src/android/android_host.c b/libselinux/src/android/android_host.c
deleted file mode 100644
index 8b55aa78..00000000
--- a/libselinux/src/android/android_host.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdlib.h>
-
-// HACK: placeholder for a library the python bindings expect.
-// Delete after b/33170640 is fixed.
-const char *selinux_openssh_contexts_path(void)
-{
- abort();
-}