Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Fix unclosed xml attribute

Romain Hunault requested to merge 2745-fix-xml into v1-q

Description

Fix a build issue for wt88047 m8 bacon with q

Issue(s)

e/backlog#2745 (closed)

Test procedures

run a build with BRANCH_NAME: v1-q and FEATURE_BRANCH: 2745-fix-xml for DEVICES: wt88047 m8 bacon

Expected result

The build should succeed, or at least not failed with the following error message:

FAILED: out/target/common/obj/APPS/Backgrounds_intermediates/flat-res/packages/apps/Backgrounds/res_1080p/small/values_arrays.arsc.flat
/bin/bash -c "out/host/linux-x86/bin/aapt2 compile -o out/target/common/obj/APPS/Backgrounds_intermediates/flat-res/packages/apps/Backgrounds/res_1080p/small/ --pseudo-localize --legacy packages/apps/Backgrounds/res_1080p/small/values/arrays.xml"
packages/apps/Backgrounds/res_1080p/small/values/arrays.xml:0: error: xml parser error: mismatched tag.
packages/apps/Backgrounds/res_1080p/small/values/arrays.xml: error: file failed to compile.

⚠️ For bacon, it seems we are facing a system partition size issue, which occurs the build to fail (example at https://gitlab.e.foundation/e/priv/os/build/-/jobs/171589#L4802)

Technical details

Screenshots

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation

Merge request reports

Loading