am 5d7181a7: am 68fc85ff: am 177a7706: linker: fix x86 build

* commit '5d7181a71c0b066fe6c19b9c5906bd694a399a59':
  linker: fix x86 build
This commit is contained in:
David 'Digit' Turner 2012-02-01 11:24:29 -08:00 committed by Android Git Automerger
commit 9db064a0d3

View File

@ -175,7 +175,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