diff --git a/Meta/Azure/Caches.yml b/Meta/Azure/Caches.yml index 0f412847d34..5fda3cf096a 100644 --- a/Meta/Azure/Caches.yml +++ b/Meta/Azure/Caches.yml @@ -10,8 +10,6 @@ parameters: toolchain_ccache_path: '' toolchain_ccache_size: $(CCACHE_MAXSIZE) with_remote_data_caches: true - ndk_version: '' - with_ndk_cache: false steps: - script: | @@ -84,13 +82,3 @@ steps: "unicode_locale" | Meta/CMake/locale_data.cmake path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR displayName: 'UnicodeLocale Cache' - - - ${{ if eq(parameters.with_ndk_cache, true) }}: - - bash: | - echo "##vso[task.setvariable variable=ANDROID_SDK_ROOT;]$ANDROID_SDK_ROOT" - displayName: 'Set ANDROID_SDK_ROOT' - - task: Cache@2 - inputs: - key: '"ndk" | "$(Agent.OS)" | "${{ parameters.ndk_version }}" ' - path: $(ANDROID_SDK_ROOT)/ndk - displayName: 'Android NDK Cache' diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index 269bc437361..253b146d4c6 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -42,9 +42,6 @@ jobs: build_directory: 'Meta/Lagom/Build' serenity_ccache_path: '$(SERENITY_CCACHE_DIR)' with_remote_data_caches: true - ${{ if eq(parameters.os, 'Android') }}: - with_ndk_cache: true - ndk_version: '$(ndk_version)' ${{ if eq(parameters.os, 'macOS') }}: ccache_version: 2 serenity_ccache_size: '2G'