Skip to content

Resolve build issues for cedric and potter (Issue #1527)

Moto G5 (cedric) and Moto G5 Plus (potter) devices were equipped with chipsets that supported arm64, but certain releases of each devices ran Android 7 (Nouget), which is an armhf based OS. As a result architecture for the devices can differ from user to user.

Due to the inconsistency, devices.cfg contains arch information that is not parse-able by build.py (See issue #1527). The changes to devices.cfg are a commenting out of the arch information for both cedric and potter, with changes made to build.py so that arch information can be based directly on Android OS user arguments.

Builds for each device were tested and ran successfully.

Merge request reports