Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rhino3dm.dll (Android) is much larger than the old Rhino3dmIO.dll #348

Open
pearswj opened this issue Dec 23, 2020 · 2 comments
Open

Rhino3dm.dll (Android) is much larger than the old Rhino3dmIO.dll #348

pearswj opened this issue Dec 23, 2020 · 2 comments
Assignees
Labels

Comments

@pearswj
Copy link
Member

pearswj commented Dec 23, 2020

In particular, the native libs (armeabi-v7a, arm64-v8a, x86_64, x86) are larger than those produced by the old Rhino3dmIO (gyp) build.

@mcneel-build
Copy link

Linked with RH3DM-134

@pearswj
Copy link
Member Author

pearswj commented Dec 23, 2020

Old...

% du -hsc src4/bin/rhino3dmio/build/Release-android/libs/*/*

7.6M	src4/bin/rhino3dmio/build/Release-android/libs/arm64-v8a/librhino3dmio_native.so
5.1M	src4/bin/rhino3dmio/build/Release-android/libs/armeabi-v7a/librhino3dmio_native.so
8.4M	src4/bin/rhino3dmio/build/Release-android/libs/x86/librhino3dmio_native.so
8.1M	src4/bin/rhino3dmio/build/Release-android/libs/x86_64/librhino3dmio_native.so
 29M	total

New...

% du -hsc src/build/android/libs/*/*

 37M	src/build/android/libs/arm64-v8a/librhino3dm_native.so
 42M	src/build/android/libs/armeabi-v7a/librhino3dm_native.so
 45M	src/build/android/libs/x86/librhino3dm_native.so
 36M	src/build/android/libs/x86_64/librhino3dm_native.so
160M	total

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants