From 7eb9580a298506625e11f19f57302ffc88c141a9 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Sep 2020 10:43:03 -0700 Subject: [PATCH] Remove include/private/android_filesystem_capability.h android_filesystem_capability.h should be included as part of libcutils, not as a global include. It looks like the few users of this file already do this correctly, so it's time to remove the symlink. Test: treehugger Change-Id: I150dc5fee24bef3518b1f26728ef2bec669ee63a --- include/private/android_filesystem_capability.h | 1 - 1 file changed, 1 deletion(-) delete mode 120000 include/private/android_filesystem_capability.h diff --git a/include/private/android_filesystem_capability.h b/include/private/android_filesystem_capability.h deleted file mode 120000 index f310b35f5..000000000 --- a/include/private/android_filesystem_capability.h +++ /dev/null @@ -1 +0,0 @@ -../../libcutils/include/private/android_filesystem_capability.h \ No newline at end of file