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" } } }