Skip to content

Commit a00bcfe

Browse files
Liana KazanovaGerrit Code Review
authored andcommitted
Revert "Keep _FORTIFY_SOURCE=2 for libvulkan when enabling _FORT..."
Revert submission 3391212-_FORTIFY_SOURCE=3 Reason for revert: DroidMonitor: Potential culprit for http://b/383164857 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:3391212-_FORTIFY_SOURCE%3D3 Change-Id: I3682429d089d1c26b5ed74d7764ec4a3a447829b
1 parent 65014f9 commit a00bcfe

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

vulkan/libvulkan/Android.bp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ cc_library_shared {
5959
"-fstandalone-debug",
6060

6161
//"-DLOG_NDEBUG=0",
62-
63-
// Keep -D_FORTIFY_SOURCE=2 in libvulkan.
64-
// See b/291762537
65-
"-U_FORTIFY_SOURCE",
66-
"-D_FORTIFY_SOURCE=2",
6762
],
6863

6964
cppflags: [

0 commit comments

Comments
 (0)