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

Commit d844150e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add diag for host-based input code" into main

parents f4f1c06d 802959c5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -56,6 +56,16 @@ cc_defaults {
        host: {
            sanitize: {
                address: true,
                diag: {
                    cfi: true,
                    integer_overflow: true,
                    memtag_heap: true,
                    undefined: true,
                    misc_undefined: [
                        "bounds",
                        "all",
                    ],
                },
            },
            include_dirs: [
                "bionic/libc/kernel/android/uapi/",