Skip to content

consider not hard-coding lib names #39

@lumenkeyes

Description

@lumenkeyes

src/androidbuild/apk.zig's installAPK method renames all artifacts to libmain.so when adding them to the APK. This is not necessary. For native activities, for example, the lib name can be specified in the activity metadata anyway. This behaviour is also undesirable if a user intends to add multiple libraries. Each Step.Compile's name field could be used instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions