Merge "Merge "Revert "Added mitigation for b/122921367"" am: 8ffbbc6939 am: 3d548ec500 am: dadf0a52aa" into rvc-qpr-dev-plus-aosp

This commit is contained in:
Automerger Merge Worker
2020-11-18 04:01:36 +00:00
committed by Android (Google) Code Review

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