Disallow dlopen("egl/blah.so") on LP64

Bug: 7465467
Change-Id: Ibd3a4f1a6095f4397bde4f656e3c11b67f7edd47
This commit is contained in:
Dmitriy Ivanov 2014-06-29 13:00:23 -07:00
parent ddc449748b
commit e43c4a7a66

View File

@ -669,8 +669,7 @@ static int open_library(const char* name) {
}
// ...but nvidia binary blobs (at least) rely on this behavior, so fall through for now.
#if defined(__LP64__)
// TODO: uncomment this after bug b/7465467 is fixed.
// return -1;
return -1;
#endif
}