Properly fix DisplayMetrics.DENSITY_DEVICE_STABLE
mapping
#1084
Labels
Area: xamarin-android Build
Issues building the xamarin-android repo *itself*.
Milestone
Commit ef77024 manually removed the
DisplayMetrics.DENSITY_DEVICE_STABLE
enum binding, added by commit 50c0c15. This fix is incomplete/incorrect: the problem is that the underlying tooling inbuild-tools/enumification-helpers
is doing "something" wrong, which means this invalid mapping will be reintroduced in the future.We need to fix
build-tools/enumification-helpers
so thatDisplayMetrics.DENSITY_DEVICE_STABLE
isn't reintroduced for enum mapping.The text was updated successfully, but these errors were encountered: