aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.cpp
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2017-12-17 22:05:31 -0700
committerCody Northrop <cnorthrop@google.com>2017-12-18 16:57:53 -0700
commit16bf4559d30faafcdeda473a380023c60c8d8472 (patch)
treeba78ffa98f879dc821efdccbab0669655a744558 /layers/core_validation.cpp
parenta90a166fc7ce9600adb2a81b0d6c16d648ac71bd (diff)
downloadusermoji-16bf4559d30faafcdeda473a380023c60c8d8472.tar.xz
android: Update to NDK r16b
This allows us to switch to libc++ runtime as it is no longer beta: https://android.googlesource.com/platform/ndk/+/ndk-release-r16/CHANGELOG.md
Diffstat (limited to 'layers/core_validation.cpp')
-rw-r--r--layers/core_validation.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index 42f656e3..abe3b279 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -81,19 +81,6 @@
}
#endif
-// TODO: remove on NDK update (r15 will probably have proper STL impl)
-#ifdef __ANDROID__
-namespace std {
-
-template <typename T>
-std::string to_string(T var) {
- std::ostringstream ss;
- ss << var;
- return ss.str();
-}
-}
-#endif
-
// This intentionally includes a cpp file
#include "vk_safe_struct.cpp"