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

Commit 1652ac27 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libutils: integer sanitization"

parents 42031293 9c832028
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -78,6 +78,9 @@ cc_defaults {
        "libcutils",
        "liblog",
    ],
    sanitize: {
        misc_undefined: ["integer"],
    },

    target: {
        android: {