HomeSort by relevance Sort by last modified time
    Searched refs:PLATFORM_SDK_VERSION (Results 26 - 50 of 77) sorted by null

12 3 4

  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 25 #if PLATFORM_SDK_VERSION < 28
39 #if PLATFORM_SDK_VERSION < 26
362 #if PLATFORM_SDK_VERSION < 18
483 #if PLATFORM_SDK_VERSION >= 17
486 #else // PLATFORM_SDK_VERSION
489 #endif // PLATFORM_SDK_VERSION
490 #if PLATFORM_SDK_VERSION >= 15
492 #else // PLATFORM_SDK_VERSION
494 #endif // PLATFORM_SDK_VERSION
500 #if PLATFORM_SDK_VERSION >= 1
    [all...]
  /device/generic/goldfish/wifi/wpa_supplicant_8_lib/
Android.mk 25 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -lt 24; echo $$?))
  /device/google/cuttlefish/shared/config/
Android.mk 37 "${PLATFORM_SDK_VERSION}" > $@
  /external/swiftshader/src/
Android.mk 21 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27 && echo OreoMR1),OreoMR1)
28 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
123 -DANDROID_PLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION) \
127 ifneq (16,${PLATFORM_SDK_VERSION})
134 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 25 && echo NMR1),NMR1)
  /device/generic/goldfish/gralloc/
Android.mk 35 LOCAL_CFLAGS:= -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
  /device/google/cuttlefish_common/guest/hals/audio/legacy/policy/
Android.mk 19 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?))
  /device/google/cuttlefish_common/guest/hals/gps/
Android.mk 21 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?))
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
hwcomposer.mk 16 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?))
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
Android.mk 41 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?))
  /device/google/cuttlefish_common/guest/hals/lights/
Android.mk 20 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?))
  /device/google/cuttlefish_common/guest/hals/power/
Android.mk 25 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?))
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/
Android.mk 48 ifneq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 17 ))" )))
  /external/openssh/
Android.mk 150 LOCAL_CFLAGS += -DGCE_PLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
299 ifneq ($(PLATFORM_VERSION_CODENAME)|$(call math_lt,$(PLATFORM_SDK_VERSION),29),REL|true)
301 # This is equivalently PLATFORM_SDK_VERSION > 27
302 ifeq ($(filter 14 15 16 17 18 19 20 21 22 23 24 25 26 27,$(PLATFORM_SDK_VERSION)),)
  /device/google/bonito/
utils.mk 161 $(if $(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= $(1) ))" )), \
173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
190 $(PLATFORM_SDK_VERSION),\
  /device/google/crosshatch/
utils.mk 161 $(if $(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= $(1) ))" )), \
173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
190 $(PLATFORM_SDK_VERSION),\
  /device/google/marlin/common/
utils.mk 161 $(if $(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= $(1) ))" )), \
173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
190 $(PLATFORM_SDK_VERSION),\
  /device/google/wahoo/
utils.mk 161 $(if $(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= $(1) ))" )), \
173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \
190 $(PLATFORM_SDK_VERSION),\
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp 65 #if PLATFORM_SDK_VERSION < 26
380 #if PLATFORM_SDK_VERSION <= 16 || (!defined(__i386__) && !defined(__x86_64__))
395 #if PLATFORM_SDK_VERSION <= 16 || (!defined(__i386__) && !defined(__x86_64__))
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
goldfish_dma.cpp 18 #if PLATFORM_SDK_VERSION < 26
qemu_pipe.h 58 #if PLATFORM_SDK_VERSION < 26
  /device/google/cuttlefish/shared/
BoardConfig.mk 103 # VSOC_VERSION_CFLAGS := -DVSOC_PLATFORM_SDK_VERSION=${PLATFORM_SDK_VERSION}
116 GCE_VERSION_CFLAGS := -DGCE_PLATFORM_SDK_VERSION=${PLATFORM_SDK_VERSION}
  /cts/hostsidetests/theme/
Android.mk 24 LOCAL_JAVA_RESOURCE_DIRS := assets/$(PLATFORM_SDK_VERSION)/
  /cts/tests/signature/api-check/shared-libs-api/
Android.mk 19 $(foreach ver,$(call int_range_list,28,$(PLATFORM_SDK_VERSION)),\
  /device/generic/goldfish-opengl/system/egl/
Android.mk 54 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 19 && echo PreKitkat),PreKitkat)
  /device/google/cuttlefish_common/guest/hals/audio/legacy/
Android.mk 19 ifeq (0, $(shell test $(PLATFORM_SDK_VERSION) -ge 21; echo $$?))

Completed in 362 milliseconds

12 3 4