Searched refs:recovery_density_value (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/make/core/ |
H A D | Makefile | 1933 recovery_density_value := $(patsubst %dpi,%,$(recovery_density)) macro 1938 $(or $(if $(filter $(shell echo $$(($(recovery_density_value) >= 560))),1),xxxhdpi),\ 1939 $(if $(filter $(shell echo $$(($(recovery_density_value) >= 400))),1),xxhdpi),\ 1940 $(if $(filter $(shell echo $$(($(recovery_density_value) >= 280))),1),xhdpi),\ 1941 $(if $(filter $(shell echo $$(($(recovery_density_value) >= 200))),1),hdpi,mdpi)))
|