Altering build.props

This may be more specific to Android, but I see there are a few strings in build.props that include the name Anbox. Is it possible to override those with custom values? I wasn’t sure if perhaps they could be changed in a pre-start hook.

Hey devperson,
Overriding those system properties, including Anbox, via the pre-start hook(base container only) of an addon is doable. However, you need to be careful when modifying the pre-defined system properties in the build.props files, which are part of the Android image. There is no guarantee that the Android container will boot up properly if you modify the build.props file randomly.

BR
Gary