android: Roll to Android SDK 37

Add CIPD YAML files for Android SDK 37 components:
- Build tools 37.0.0
- Platforms android-37
- System images android-37.0 with google_apis_ps16k for arm64-v8a and
  x86_64

Update infra/config/subprojects/chromium/ci/chromium.infra.star to
include these new components and regenerate LUCI configs.

Bug: None
Change-Id: Ib29957bd964e3098eab3d25edec8ec14a4c7cc18
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7706130
Commit-Queue: Peter Wen <wnwen@chromium.org>
Auto-Submit: Peter Wen <wnwen@chromium.org>
Reviewed-by: Sam Maier <smaier@google.com>
Cr-Commit-Position: refs/heads/main@{#1607159}
NOKEYCHECK=True
GitOrigin-RevId: 65569e7302f4602588663f6cdd67414327ea101f
diff --git a/cipd/build-tools/37.0.0.yaml b/cipd/build-tools/37.0.0.yaml
new file mode 100644
index 0000000..93ef1b7
--- /dev/null
+++ b/cipd/build-tools/37.0.0.yaml
@@ -0,0 +1,13 @@
+# Copyright 2026 The Chromium Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+package: chromium/third_party/android_sdk/public/build-tools/37.0.0
+description: build-tools Android SDK Build Tools
+root: ../../public/
+data:
+  - dir: build-tools/37.0.0
+# Some tools inspect their argv0 and don't handle CIPD's symlink structure
+# correctly. Install in copy mode so that they can find the other directories
+# relative to themselves.
+install_mode: copy
diff --git a/cipd/platforms/android-37.yaml b/cipd/platforms/android-37.yaml
new file mode 100644
index 0000000..84be4c8
--- /dev/null
+++ b/cipd/platforms/android-37.yaml
@@ -0,0 +1,13 @@
+# Copyright 2026 The Chromium Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+package: chromium/third_party/android_sdk/public/platforms/android-37
+description: platforms Android SDK Platforms library
+root: ../../public/
+data:
+  - dir: platforms/android-37
+# Some tools inspect their argv0 and don't handle CIPD's symlink structure
+# correctly. Install in copy mode so that they can find the other directories
+# relative to themselves.
+install_mode: copy
diff --git a/cipd/system_images/android-37.0/google_apis_ps16k/arm64-v8a.yaml b/cipd/system_images/android-37.0/google_apis_ps16k/arm64-v8a.yaml
new file mode 100644
index 0000000..d206d01
--- /dev/null
+++ b/cipd/system_images/android-37.0/google_apis_ps16k/arm64-v8a.yaml
@@ -0,0 +1,9 @@
+# Copyright 2026 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+package: chromium/third_party/android_sdk/public/system-images/android-37.0/google_apis_ps16k/arm64-v8a
+description: system_images;android-37.0;google_apis_ps16k;arm64-v8a
+root: ../../../../public/
+data:
+  - dir: system-images/android-37.0/google_apis_ps16k/arm64-v8a
diff --git a/cipd/system_images/android-37.0/google_apis_ps16k/x86_64.yaml b/cipd/system_images/android-37.0/google_apis_ps16k/x86_64.yaml
new file mode 100644
index 0000000..0f78d05
--- /dev/null
+++ b/cipd/system_images/android-37.0/google_apis_ps16k/x86_64.yaml
@@ -0,0 +1,9 @@
+# Copyright 2026 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+package: chromium/third_party/android_sdk/public/system-images/android-37.0/google_apis_ps16k/x86_64
+description: system_images;android-37.0;google_apis_ps16k;x86_64
+root: ../../../../public/
+data:
+  - dir: system-images/android-37.0/google_apis_ps16k/x86_64