diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index 679757691803..7c566915cfa9 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -83,7 +83,8 @@ USEDLIBS = lldbAPI.a \ lldbPluginPlatformWindows.a \ lldbPluginPlatformFreeBSD.a \ lldbPluginPlatformPOSIX.a \ - lldbPluginPlatformKalimba.a + lldbPluginPlatformKalimba.a \ + lldbPluginPlatformAndroid.a # Because GCC requires RTTI enabled for lldbCore (see source/Core/Makefile) it is # necessary to also link the clang rewriter libraries so vtable references can