commit | 8c6f15abc5d4164e1acb47c17a4fa209e2a6bd10 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Apr 01 14:48:24 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 01 14:48:24 2021 +0000 |
tree | 142b874f28ecaefd267e502a6cef211f8f691902 | |
parent | 02518e367d1af6ef7d212f26419ede039cafc6d0 [diff] | |
parent | 41170d43f57f6abb6e2126221074157c084b63d0 [diff] |
Protect the construction of the verification thread pool. am: 30ba3a02a5 am: 4ae3c7f582 am: 41170d43f5 Original change: https://android-review.googlesource.com/c/platform/art/+/1660238 Change-Id: Icda25bc400e0afa51b0d56b71fecd12e8b294db3
diff --git a/build/apex/Android.bp b/build/apex/Android.bp index 0b07395..bb16af8 100644 --- a/build/apex/Android.bp +++ b/build/apex/Android.bp
@@ -87,6 +87,8 @@ bionic_binaries_both = [ "linker", + // To validate the zip file generated by cloud server. + "ziptool", ] // - Debug variants (binaries for which a 32-bit version is preferred on device, but for which