Closed
Description
Description
After analyzing the current state of the generated .apk file with HelloAndroid CoreCLR build it was identified that there is room for improvement for the following native components:
-
corerun
- should be excluded, done in: Allow publishing AndroidSampleApp with R2R using in-build crossgen2 #112547 -
libmscordbi
andlibmscordaccore
- (debugger support) should be excluded in Release builds -
libclrgcexp
andlibclrgc
- (standalone GC variants) should be excluded -
libcoreclr
- currently we build both server and workstation GC variants into the runtime library, for devices we probably don't need the server variant which we could exclude from the library and save size.