Skip to content

[android] HelloAndroid packaging improvements with CoreCLR #111954

Closed
@ivanpovazan

Description

@ivanpovazan

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 and libmscordaccore - (debugger support) should be excluded in Release builds
  • libclrgcexp and libclrgc - (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.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions