Link necessary libraries when building runtime for Android (#5496)
authorKrzysztof Parzyszek <kparzysz@quicinc.com>
Fri, 1 May 2020 20:55:34 +0000 (15:55 -0500)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 20:55:34 +0000 (13:55 -0700)
commit360027d2ca3341da555fd3f292f24ada6d8a9734
treefcf8f3f89dce9d6bd97f2abda656f2676f90c5bf
parent9c1e74ce0727ac7aacd012b35ac068a25cbc9a42
Link necessary libraries when building runtime for Android (#5496)

- Link libgcc to enable use of thread-local storage (ThreadLocalStore
  requires emutls).
- Link liblog when building with Hexagon support.
CMakeLists.txt
cmake/modules/Hexagon.cmake