Android: Update bundletool version to 0.9.0.

Release notes: https://github.com/google/bundletool/releases/tag/0.9.0.

Primary motivation is to better support locale specific system APKs
for http://crbug.com/945418.

Note: Flag --universal is no longer supported.

Bug: 945418
Change-Id: I93c367dcd593d05ce8132e4dfb1223fa16a68d20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539781
Reviewed-by: David Turner <digit@chromium.org>
Commit-Queue: David Turner <digit@chromium.org>
Auto-Submit: Eric Stevenson <estevenson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644357}
GitOrigin-RevId: 85b741f2142a0a798c9ac97b0c8dfaa316b3bf78
diff --git a/bundletool/README.chromium b/bundletool/README.chromium
index 2c63b79..2d052b0 100644
--- a/bundletool/README.chromium
+++ b/bundletool/README.chromium
@@ -1,6 +1,6 @@
 Name: Android SDK bundletool
 Short Name:  bundletool
-Version: 0.8.0
+Version: 0.9.0
 License: Apache Version 2.0
 License File: NOT_SHIPPED
 Security Critical: No
diff --git a/bundletool/cipd.yaml b/bundletool/cipd.yaml
index 90946d7..44eaf80 100644
--- a/bundletool/cipd.yaml
+++ b/bundletool/cipd.yaml
@@ -5,10 +5,10 @@
 # Remember to increment the versions for the commands in this comment block.
 # Before creating a new CIPD package run the following to make sure the tag you
 # are adding does not already exist (otherwise you break the build):
-# cipd describe chromium/third_party/android_tools_bundletool -version "version:0.8.0-cr0"
+# cipd describe chromium/third_party/android_tools_bundletool -version "version:0.9.0-cr0"
 # To create CIPD package run the following command.
-# cipd create --pkg-def cipd.yaml -tag version:0.8.0-cr0
+# cipd create --pkg-def cipd.yaml -tag version:0.9.0-cr0
 package: chromium/third_party/android_tools_bundletool
 description: Android SDK tool to manage App Bundles
 data:
-  - file: bundletool-all-0.8.0.jar
+  - file: bundletool-all-0.9.0.jar