summaryrefslogtreecommitdiff
path: root/ext4_utils/contents.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-31 08:49:29 -0700
committerElliott Hughes <enh@google.com>2015-07-31 08:49:29 -0700
commitcf27ba9a8d7d664c1362bba6637146202a3e68b3 (patch)
treecbe3d2add09ae771eaa7c5a90d18a6b3ab9c0b70 /ext4_utils/contents.c
parent504462b2a2a4ed1ab4436ac5344d6550f808bb1e (diff)
downloadextras-cf27ba9a8d7d664c1362bba6637146202a3e68b3.tar.gz
Use __ANDROID__ instead of HAVE_ANDROID_OS.
Change-Id: Iee986b6c91b5877155609297c2bd17301ff91d5c
Diffstat (limited to 'ext4_utils/contents.c')
-rw-r--r--ext4_utils/contents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext4_utils/contents.c b/ext4_utils/contents.c
index 8b2b0fd0..2e3d903a 100644
--- a/ext4_utils/contents.c
+++ b/ext4_utils/contents.c
@@ -18,7 +18,7 @@
#include <string.h>
#include <stdio.h>
-#ifdef HAVE_ANDROID_OS
+#ifdef __ANDROID__
#include <linux/capability.h>
#else
#include <private/android_filesystem_capability.h>