aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-09-22 22:43:16 +0000
committerElliott Hughes <enh@google.com>2023-09-22 22:43:16 +0000
commit92e41087250370b92bc6dfb11fd3a5ea1a9a9182 (patch)
tree3fd5e2a4acdeafcc1591a8637d8d0b0945f8c98c
parent19b288b3c8e9a310f6fb5d3b48c5a62122950861 (diff)
downloadsquashfs-tools-92e41087250370b92bc6dfb11fd3a5ea1a9a9182.tar.gz
Remove obsolete hack.
Test: treehugger Change-Id: I3de04cca1197612f90f57582ce6ef29c1b4f55df
-rw-r--r--squashfs-tools/xattr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/squashfs-tools/xattr.c b/squashfs-tools/xattr.c
index 6cecb74..b0c84ec 100644
--- a/squashfs-tools/xattr.c
+++ b/squashfs-tools/xattr.c
@@ -61,11 +61,7 @@
/* ANDROID CHANGES START*/
#ifdef ANDROID
#include "android.h"
-#ifdef __ANDROID__
#include <linux/capability.h>
-#else
-#include <private/android_filesystem_capability.h>
-#endif
static struct selabel_handle *sehnd = NULL;
#endif
/* ANDROID CHANGES END */