Skip to content

Incremental incorrectness issue with Android native libraries #344

@lberki

Description

@lberki

If the value of --fat_apk_cpu changes, old CPUs will end up in the APK.

This is because the directory containing the native libraries is passed to ApkBuilder, and that directory may contain old symlinks from previous builds. The solution will be to pass a symlink tree to ApkBuilder instead, which will also be one single action instead of one action per native library.

Metadata

Metadata

Assignees

Labels

P1I'll work on this now. (Assignee required)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions