Home
last modified time | relevance | path

Searched refs:PLATFORM_SDK_VERSION (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/build/make/core/
H A Dversion_defaults.mk141 ifndef PLATFORM_SDK_VERSION
154 PLATFORM_SDK_VERSION := 32
156 .KATI_READONLY := PLATFORM_SDK_VERSION
186 DEFAULT_APP_TARGET_SDK := $(PLATFORM_SDK_VERSION)
205 PLATFORM_VNDK_VERSION := $(PLATFORM_SDK_VERSION)
226 …TEMSDK_VERSIONS := $(call int_range_list,$(PLATFORM_SYSTEMSDK_MIN_VERSION),$(PLATFORM_SDK_VERSION))
230 PLATFORM_SYSTEMSDK_VERSIONS += $(PLATFORM_SDK_VERSION)
H A Denvsetup.rbc46 PLATFORM_SDK_VERSION
72 g.setdefault("PLATFORM_SDK_VERSION", 30)
77 g.setdefault("DEFAULT_APP_TARGET_SDK", g["PLATFORM_SDK_VERSION"])
78 g.setdefault("PLATFORM_VNDK_VERSION", g["PLATFORM_SDK_VERSION"])
86 …versions = [str(i) for i in range(g["PLATFORM_SYSTEMSDK_MIN_VERSION"], g["PLATFORM_SDK_VERSION"] +…
H A Dsysprop.mk125 $(hide) $(POST_PROCESS_PROPS) $$(_option) --sdk-version $(PLATFORM_SDK_VERSION) $$@ $(5)
268 PLATFORM_SDK_VERSION="$(PLATFORM_SDK_VERSION)" \
/aosp12/hardware/google/gchips/gralloc3/
H A Dgralloc.version.mk22 PLATFORM_SDK_GREATER_THAN_24 := $(shell expr $(PLATFORM_SDK_VERSION) \> 24)
50 ifeq ($(shell expr $(PLATFORM_SDK_VERSION) \> 27), 1)
60 else ifeq ($(shell expr $(PLATFORM_SDK_VERSION) \> 25), 1)
70 $(error Gralloc 2.x is not supported on platform SDK version $(PLATFORM_SDK_VERSION))
/aosp12/hardware/google/gchips/gralloc3/src/
H A DAndroid.mk23 ifndef PLATFORM_SDK_VERSION
33 PLATFORM_SDK_GREATER_THAN_24 := $(shell expr $(PLATFORM_SDK_VERSION) \> 24)
34 PLATFORM_SDK_LESS_THAN_28 := $(shell expr $(PLATFORM_SDK_VERSION) \< 28)
H A Dgralloc_priv.h44 #if PLATFORM_SDK_VERSION > 24
53 #if PLATFORM_SDK_VERSION >= 28
62 #elif PLATFORM_SDK_VERSION >= 26
H A Dmali_gralloc_formats.h73 #if PLATFORM_SDK_VERSION >= 26
89 #if PLATFORM_SDK_VERSION >= 28
H A Dmali_gralloc_public_interface.cpp462 #if PLATFORM_SDK_VERSION >= 26
650 #if PLATFORM_SDK_VERSION >= 26
665 #if PLATFORM_SDK_VERSION >= 26 in mali_gralloc_getCapabilities()
H A Dmali_gralloc_bufferdescriptor.h116 #if PLATFORM_SDK_VERSION >= 26
/aosp12/build/soong/scripts/
H A Dbuild-ndk-prebuilts.sh25 PLATFORM_SDK_VERSION=$(get_build_var PLATFORM_SDK_VERSION)
48 "Platform_sdk_version": ${PLATFORM_SDK_VERSION},
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
H A DOverrideValidatorImplTest.java56 private static final int PLATFORM_SDK_VERSION = 30; field in OverrideValidatorImplTest
66 when(buildClassifier.platformTargetSdk()).thenReturn(PLATFORM_SDK_VERSION); in debuggableBuild()
74 when(buildClassifier.platformTargetSdk()).thenReturn(PLATFORM_SDK_VERSION); in betaBuild()
82 when(buildClassifier.platformTargetSdk()).thenReturn(PLATFORM_SDK_VERSION); in finalBuild()
345 .addEnabledSinceApexChangeWithId(PLATFORM_SDK_VERSION + 1, 1).build(); in getOverrideAllowedState_targetSdkChangeGreaterThanOsVersion_rejectOverride()
357 PLATFORM_SDK_VERSION)); in getOverrideAllowedState_targetSdkChangeGreaterThanOsVersion_rejectOverride()
/aosp12/bionic/libc/arch-common/bionic/
H A Dcrtbrand.S46 2:.long PLATFORM_SDK_VERSION // int32_t android_api
/aosp12/build/make/tools/
H A Dbuildinfo.sh14 echo "ro.build.version.sdk=$PLATFORM_SDK_VERSION"
/aosp12/hardware/qcom/media/msm8996/libstagefrighthw/
H A DAndroid.mk25 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
/aosp12/hardware/qcom/sm8150/media/libstagefrighthw/
H A DAndroid.mk33 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
/aosp12/hardware/qcom/sdm845/media/libstagefrighthw/
H A DAndroid.mk33 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
/aosp12/hardware/qcom/media/msm8998/libstagefrighthw/
H A DAndroid.mk33 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
/aosp12/hardware/qcom/sm7250/media/libstagefrighthw/
H A DAndroid.mk41 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
/aosp12/system/tools/aidl/
H A Doptions.cpp37 #ifndef PLATFORM_SDK_VERSION
38 #define PLATFORM_SDK_VERSION "<UNKNOWN>" macro
46 sstr << "AIDL Compiler: built for platform SDK version " << PLATFORM_SDK_VERSION << endl; in GetUsage()
/aosp12/hardware/qcom/display/msm8909w_3100/
H A Dcommon.mk42 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
/aosp12/hardware/qcom/display/msm8998/
H A Dcommon.mk45 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
/aosp12/hardware/qcom/display/msm8909/
H A Dcommon.mk49 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
/aosp12/hardware/qcom/sm8150/display/
H A Dcommon.mk47 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
/aosp12/hardware/qcom/sm7250/display/
H A Dcommon.mk50 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
/aosp12/hardware/qcom/sdm845/display/
H A Dcommon.mk70 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)

12