Merge pull request #377 from google/as_readme_update

Update README info for Android Studio integration.
This commit is contained in:
tomfinegan 2018-04-25 14:29:32 -07:00 committed by GitHub
commit 53947ee6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,10 +299,7 @@ To add Draco to your project:
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cppFlags "-std=c++11" cppFlags "-std=c++11"
cppFlags "-DDRACO_POINT_CLOUD_COMPRESSION_SUPPORTED" arguments "-DANDROID_STL=c++_shared"
cppFlags "-DDRACO_MESH_COMPRESSION_SUPPORTED"
cppFlags "-DDRACO_STANDARD_EDGEBREAKER_SUPPORTED"
cppFlags "-DDRACO_PREDICTIVE_EDGEBREAKER_SUPPORTED"
} }
} }
} }