Updated SDK snapshot path. am: 41cd632081

Original change: https://android-review.googlesource.com/c/platform/packages/modules/ArtPrebuilt/+/2105624

Change-Id: Icd35840dcf38ab21558225be6e8f832e22dc3849
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/update-art-module-prebuilts.py b/update-art-module-prebuilts.py
index cff2bd1..84206f7 100755
--- a/update-art-module-prebuilts.py
+++ b/update-art-module-prebuilts.py
@@ -70,6 +70,7 @@
 def install_sdk_entries(apex_name, mainline_sdk_name, sdk_dir):
   return [InstallEntry(
       os.path.join("mainline-sdks",
+                   "for-latest-build",
                    SDK_VERSION,
                    apex_name,
                    sdk_dir,