linker: fix x86 build

Change-Id: I47d76a0f50515013c37ccef89accba03cc69529d
This commit is contained in:
David 'Digit' Turner 2012-02-01 19:38:58 +01:00 committed by Jean-Baptiste Queru
parent 5b892aa7e5
commit 177a77067b

View File

@ -174,7 +174,7 @@ int dlclose(void *handle)
// 0123456 78901234 567890 12345678 9012345 6789012345678901
#define ANDROID_LIBDL_STRTAB \
"dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
#else
#error Unsupported architecture. Only ARM and x86 are presently supported.
#endif