OSDN Git Service

Android: support building exfat-utils.
[android-x86/external-exfat.git] / libexfat / exfat.h
index e0d33e2..14a8058 100644 (file)
 #ifndef EXFAT_H_INCLUDED
 #define EXFAT_H_INCLUDED
 
+#ifndef ANDROID
+/* Android.mk is used instead of autotools when targeting Android */
 #include "config.h"
+#endif
 #include "compiler.h"
 #include "exfatfs.h"
 #include <stdio.h>