summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Jones <51006990+jonesc-oci@users.noreply.github.com>2020-05-07 09:11:34 -0500
committerChip Jones <jonesc@objectcomputing.com>2020-05-07 10:11:56 -0500
commit2d36a8c008d8c648421acb7eb04539a3eaa49eeb (patch)
tree1b615195838acb48e1f497dba70b2471374a76a8
parent83371870f4743b616410a48e797756887b5a5404 (diff)
downloadATCD-2d36a8c008d8c648421acb7eb04539a3eaa49eeb.tar.gz
Also check NDK revision
Co-authored-by: Fred Hornsey <hornseyf@objectcomputing.com>
-rw-r--r--ACE/ace/config-android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h
index 249f92d0434..edd5adecec4 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -123,7 +123,7 @@
# endif
#endif
-#if __ANDROID_API__ < 24
+#if ACE_ANDROID_NDK_LESS_THAN(14, 0) || __ANDROID_API__ < 24
# define ACE_LACKS_IF_NAMEINDEX
#endif