The Abstract LCD Density option maps to the densities used by the framework, so this is essentially a drop down for ldpi, mdpi, tvdpi, etc. (
docs). While real devices do have different densities, they'll actually get "rounded" to the nearest one of these values for
dp calculations, which I believe is the only place this value is used.