Move bundletool cipd package under cipd/ subdir.

Bug: b/359945368
Change-Id: I6605f4577118d043e997e3af118d4014de1523c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5789025
Reviewed-by: Peter Wen <[email protected]>
Commit-Queue: Joanna Wang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1342302}
diff --git a/docs/android_dynamic_feature_modules.md b/docs/android_dynamic_feature_modules.md
index aa12cd5..9a7528e8 100644
--- a/docs/android_dynamic_feature_modules.md
+++ b/docs/android_dynamic_feature_modules.md
@@ -238,8 +238,8 @@
 *** note
 The wrapper script's `install` command does approximately:
 ```sh
-java -jar third_party/android_build_tools/bundletool/bundletool.jar build-apks --output tmp.apks ...
-java -jar third_party/android_build_tools/bundletool/bundletool.jar install-apks --apks tmp.apks
+java -jar third_party/android_build_tools/bundletool/cipd/bundletool.jar build-apks --output tmp.apks ...
+java -jar third_party/android_build_tools/bundletool/cipd/bundletool.jar install-apks --apks tmp.apks
 ```
 
 The `install-apks` command uses `adb install-multiple` under-the-hood.