aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-27 01:18:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-27 01:18:04 +0000
commit75ffaa9525d7009d12b399c2d69bb235ed8b6055 (patch)
tree3fd5e2a4acdeafcc1591a8637d8d0b0945f8c98c
parent2a36a218655ea01977d9e101f7fc656a3a348c41 (diff)
parent2180815cfb592c940a770321fc77b1f2c1d2aa20 (diff)
downloadsquashfs-tools-android14-qpr2-s1-release.tar.gz
Change-Id: I5e3d202410361aff74313520f4cfea232d562a62
-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 */