Reland revert of "Added mitigation for b/122921367"""

This reverts commit 08ba820d9e.

Reason for revert: The original breakage of aosp_cf_x86_pasan should be fixed with the compiler update.

Change-Id: I551923330bd920e0645c62246801cc87a16402b2
This commit is contained in:
Pirama Arumuga Nainar
2021-01-11 23:41:24 +00:00
parent 08ba820d9e
commit 9254742566

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"
// sys/mount.h has to come before linux/fs.h due to redefinition of MS_RDONLY, MS_BIND, etc