From f835b80164982b5872cc9a9b4804c42c3539d56b Mon Sep 17 00:00:00 2001 From: Brad Lassey Date: Fri, 16 Jul 2010 16:11:31 -0400 Subject: [PATCH] bug 577635 typo fix --- security/manager/android_stub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/manager/android_stub.h b/security/manager/android_stub.h index d979bc84203d..a8690f1c9790 100644 --- a/security/manager/android_stub.h +++ b/security/manager/android_stub.h @@ -41,7 +41,7 @@ #define ANDROID_STUB_H #include "dlfcn.h" -#if ANDROID_VERSION >= 8 +#if ANDROID_VERSION < 8 /* because dladdr isn't supported in android 2.1 and older. * however, it exists in the android repos so.. maybe someday. */ typedef struct {