android_skia_checkout: fix incorrect paths

Change-Id: I09f7c6c7046849da658965474b59728a58a608a3
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/255301
Commit-Queue: Hal Canary <halcanary@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
diff --git a/go/android_skia_checkout/android_skia_checkout.go b/go/android_skia_checkout/android_skia_checkout.go
index 92095c5..c5013fb 100644
--- a/go/android_skia_checkout/android_skia_checkout.go
+++ b/go/android_skia_checkout/android_skia_checkout.go
@@ -20,7 +20,7 @@
 	SkUserConfigMacRelPath     = path.Join("mac", "include", "config", "SkUserConfig.h")
 	SkUserConfigWinRelPath     = path.Join("win", "include", "config", "SkUserConfig.h")
 	AndroidBpRelPath           = path.Join("Android.bp")
-	LibGifRelPath              = path.Join("third_party", "libgif")
+	LibGifRelPath              = path.Join("third_party", "libgifcodec")
 )
 
 const (
@@ -35,7 +35,7 @@
 	}
 	libgifargs := []string{
 		"gn/copy_git_directory.py",
-		"third_party/external/libgif",
+		"third_party/externals/libgifcodec",
 		LibGifRelPath,
 	}
 	if _, gifErr := exec.RunCwd(ctx, skiaCheckout, libgifargs...); gifErr != nil {