Update README info for Android Studio integration.

- Add ANDROID_STL configuration.
- Remove flags that are no longer needed.
This commit is contained in:
Tom Finegan 2018-04-25 14:22:26 -07:00
parent 4be770da29
commit f1e15e168c

View File

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