summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2015-07-30 10:47:35 -0500
committerElliott Hughes2015-07-30 11:33:43 -0500
commit9b828adfad09200f3f1bd3602187fe3dd5335774 (patch)
treedbea9a10676206346b39e428e74ee630a1a71219 /include/private/android_filesystem_config.h
parentdcf890914c7571d3068046b9df1f672e9f45b4d2 (diff)
downloadplatform-system-core-9b828adfad09200f3f1bd3602187fe3dd5335774.tar.gz
platform-system-core-9b828adfad09200f3f1bd3602187fe3dd5335774.tar.xz
platform-system-core-9b828adfad09200f3f1bd3602187fe3dd5335774.zip
Use __ANDROID__ instead of HAVE_ANDROID_OS.
Change-Id: I9967f3fd758c2a5b40be5b60ae72be7e2fb75136
Diffstat (limited to 'include/private/android_filesystem_config.h')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 0c071ca53..9046fbe65 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -26,7 +26,7 @@
26#include <sys/types.h> 26#include <sys/types.h>
27#include <stdint.h> 27#include <stdint.h>
28 28
29#ifdef HAVE_ANDROID_OS 29#if defined(__ANDROID__)
30#include <linux/capability.h> 30#include <linux/capability.h>
31#else 31#else
32#include "android_filesystem_capability.h" 32#include "android_filesystem_capability.h"