Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0f6e2ee authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Keep _FORTIFY_SOURCE=2 for libvulkan when enabling _FORTIFY_SOURCE=3...

Merge "Keep _FORTIFY_SOURCE=2 for libvulkan when enabling _FORTIFY_SOURCE=3 globally" into main am: 9f3b4203 am: fd24a0a1

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3391212



Change-Id: I04d01f0d5279993af7b591109585f38c9ccbffe4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8c6afcf1 fd24a0a1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -71,6 +71,11 @@ cc_library_shared {
        "-fstandalone-debug",

        //"-DLOG_NDEBUG=0",

        // Keep -D_FORTIFY_SOURCE=2 in libvulkan.
        // See b/291762537
        "-U_FORTIFY_SOURCE",
        "-D_FORTIFY_SOURCE=2",
    ],

    cppflags: [