Fix path to Android embedding dependencies
diff --git a/engine/src/flutter/tools/cipd/android_embedding_bundle/README.md b/engine/src/flutter/tools/cipd/android_embedding_bundle/README.md
index c249d59..63bb926 100644
--- a/engine/src/flutter/tools/cipd/android_embedding_bundle/README.md
+++ b/engine/src/flutter/tools/cipd/android_embedding_bundle/README.md
@@ -5,7 +5,7 @@
and the dependencies of the in-tree testing framework. The Android embedder is
shipped to Flutter end-users, but these build-time dependencies are not.
Therefore, the license script can skip over the destination of the CIPD package
-in an Engine checkout at `src/third_party/android_embedding_dependencies`.
+in an Engine checkout at `src/flutter/third_party/android_embedding_dependencies`.
Even so, the CIPD package should contain a LICENSE file, and the instructions
below explain how to fetch the license information for the dependencies.
@@ -41,4 +41,4 @@
perform a manual roll of that change to the framework that re-generates
the Gradle lockfiles using the script at
`<framework_repo>/dev/tools/bin/generate_gradle_lockfiles.dart`
-(run with the `--no-gradle-generation` and `--no-exclusion` flags).
\ No newline at end of file
+(run with the `--no-gradle-generation` and `--no-exclusion` flags).