commit | 494b129f77a2254e235244c605fe8a21f7188edd | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Wed Feb 05 15:02:04 2014 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Tue Feb 11 00:47:11 2014 +0100 |
tree | baad133044b004192c89b314d3e7d14234bee623 | |
parent | 8f5743f12c680ceb5ea7766adb17696117cd523f [diff] [blame] |
util/compatfd.c: upstream implementation. Change-Id: I1b4eceddfe65d1112e007f9a440eeb2349e7d396
diff --git a/android-configure.sh b/android-configure.sh index 83bf7c0..ecfe86a 100755 --- a/android-configure.sh +++ b/android-configure.sh
@@ -723,6 +723,12 @@ echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_h fi +case "$TARGET_OS" in + linux-*) + echo "#define CONFIG_SIGNALFD 1" >> $config_h + ;; +esac + echo "#define CONFIG_ANDROID 1" >> $config_h if [ "$GLES_SUPPORT" = "yes" ]; then