Skip to content

adb: fix handling of conflicts

q66 requested to merge q66/apk-tools:fix-conflicts into master

Ensure not to mask away previously set APK_VERSION_CONFLICT when serializing.

When deserializing, make sure to actually write out the conflict flag when no version part is set.

When creating apk_dependency, ensure to set the conflict bit correctly and mask it off result_mask.

Fixes #10824 (closed)

Will fail CI until !101 (merged) lands.

Merge request reports