From 9057c2f748e6005253cab91cc0e98d2a00d41acc Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Wed, 9 Sep 2020 17:53:06 -0700 Subject: [PATCH] Do not set -fsjlj-exceptions locally for Windows Bug: http://b/116784799 This is set globally for all 32-bit Windows compilations in build/soong. Test: go/android-llvm-windows-testing Change-Id: I0ff6c21942929e92f790ee7dbcfad00309a7aec6 --- Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Android.bp b/Android.bp index bd109a21a..759d825c2 100644 --- a/Android.bp +++ b/Android.bp @@ -42,11 +42,6 @@ cc_defaults { "-UWIN32_LEAN_AND_MEAN", ], }, - windows_x86: { - cflags: [ - "-fsjlj-exceptions", - ], - }, }, }