From f1e15e168c5a7128ae388f63ae8c8d94da612c04 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Wed, 25 Apr 2018 14:22:26 -0700 Subject: [PATCH] Update README info for Android Studio integration. - Add ANDROID_STL configuration. - Remove flags that are no longer needed. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 147e879..83e382c 100644 --- a/README.md +++ b/README.md @@ -299,10 +299,7 @@ To add Draco to your project: externalNativeBuild { cmake { cppFlags "-std=c++11" - cppFlags "-DDRACO_POINT_CLOUD_COMPRESSION_SUPPORTED" - cppFlags "-DDRACO_MESH_COMPRESSION_SUPPORTED" - cppFlags "-DDRACO_STANDARD_EDGEBREAKER_SUPPORTED" - cppFlags "-DDRACO_PREDICTIVE_EDGEBREAKER_SUPPORTED" + arguments "-DANDROID_STL=c++_shared" } } }