/aosp12/build/make/core/ |
H A D | version_defaults.mk | 141 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 D | envsetup.rbc | 46 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 D | sysprop.mk | 125 $(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 D | gralloc.version.mk | 22 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 D | Android.mk | 23 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 D | gralloc_priv.h | 44 #if PLATFORM_SDK_VERSION > 24 53 #if PLATFORM_SDK_VERSION >= 28 62 #elif PLATFORM_SDK_VERSION >= 26
|
H A D | mali_gralloc_formats.h | 73 #if PLATFORM_SDK_VERSION >= 26 89 #if PLATFORM_SDK_VERSION >= 28
|
H A D | mali_gralloc_public_interface.cpp | 462 #if PLATFORM_SDK_VERSION >= 26 650 #if PLATFORM_SDK_VERSION >= 26 665 #if PLATFORM_SDK_VERSION >= 26 in mali_gralloc_getCapabilities()
|
H A D | mali_gralloc_bufferdescriptor.h | 116 #if PLATFORM_SDK_VERSION >= 26
|
/aosp12/build/soong/scripts/ |
H A D | build-ndk-prebuilts.sh | 25 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 D | OverrideValidatorImplTest.java | 56 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 D | crtbrand.S | 46 2:.long PLATFORM_SDK_VERSION // int32_t android_api
|
/aosp12/build/make/tools/ |
H A D | buildinfo.sh | 14 echo "ro.build.version.sdk=$PLATFORM_SDK_VERSION"
|
/aosp12/hardware/qcom/media/msm8996/libstagefrighthw/ |
H A D | Android.mk | 25 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
|
/aosp12/hardware/qcom/sm8150/media/libstagefrighthw/ |
H A D | Android.mk | 33 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
|
/aosp12/hardware/qcom/sdm845/media/libstagefrighthw/ |
H A D | Android.mk | 33 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
|
/aosp12/hardware/qcom/media/msm8998/libstagefrighthw/ |
H A D | Android.mk | 33 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
|
/aosp12/hardware/qcom/sm7250/media/libstagefrighthw/ |
H A D | Android.mk | 41 ifeq ($(PLATFORM_SDK_VERSION), 18) #JB_MR2
|
/aosp12/system/tools/aidl/ |
H A D | options.cpp | 37 #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 D | common.mk | 42 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
|
/aosp12/hardware/qcom/display/msm8998/ |
H A D | common.mk | 45 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
|
/aosp12/hardware/qcom/display/msm8909/ |
H A D | common.mk | 49 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
|
/aosp12/hardware/qcom/sm8150/display/ |
H A D | common.mk | 47 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
|
/aosp12/hardware/qcom/sm7250/display/ |
H A D | common.mk | 50 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
|
/aosp12/hardware/qcom/sdm845/display/ |
H A D | common.mk | 70 ifeq ($(call CHECK_VERSION_LE, $(PLATFORM_SDK_VERSION), $(PLATFORM_SDK_NOUGAT)), true)
|