Merge "Revert "Added mitigation for b/122921367"" am: 8ffbbc6939 am: 3d548ec500

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1498166

Change-Id: Id93c5bcffc8b97a224650fb184364deba7c6edbc
This commit is contained in:
Treehugger Robot
2020-11-18 02:45:07 +00:00
committed by Automerger Merge Worker

View File

@@ -14,15 +14,6 @@
* limitations under the License.
*/
/*
* Disable optimization of this file if we are compiling with the address
* sanitizer. This is a mitigation for b/122921367 and can be removed once the
* bug is fixed.
*/
#if __has_feature(address_sanitizer)
#pragma clang optimize off
#endif
#define LOG_TAG "Zygote"
#define ATRACE_TAG ATRACE_TAG_DALVIK