Android Build: add //third_party/android_build_tools/art.
Adds ART build tools used for android builds, in particular
dexlayout and associated profile management.
Bug: 875276
Change-Id: I323e460dfca032a5b28a634d149d1f50c8563f3b
Reviewed-on: https://chromium-review.googlesource.com/1218584
Reviewed-by: Grace Kloba <[email protected]>
Reviewed-by: Robert Sesek <[email protected]>
Reviewed-by: agrieve <[email protected]>
Commit-Queue: Matthew Cary <[email protected]>
Cr-Commit-Position: refs/heads/master@{#592696}
diff --git a/third_party/android_build_tools/README.chromium b/third_party/android_build_tools/README.chromium
index 4b768dca..f5b33e48 100644
--- a/third_party/android_build_tools/README.chromium
+++ b/third_party/android_build_tools/README.chromium
@@ -6,15 +6,12 @@
URL: https://developer.android.com/guide/app-bundle/build
Security Critical: No
-Description:
-Android App Bundle support requires more recent versions of the
-'bundletool' and 'aapt2' build tools than those provided with the
-copies of the Android SDK currently used by internal or public
-Chrome source checkouts.
+Description: The tools in this directory either require more recent
+versions than are provided by the Android SDK used by internal or
+public Chrome source checkouts, or are not provided by the SDK at
+all.
-This directory contains their binaries, distributed through DEPS
-as two CIPD packages. See bundletool/cipd.yaml and aapt2/cipd.yaml
-for more details.
+See the readme and *.yaml files in each directory for details.
Local Modifications:
None