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

Commit ce3884af authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libutils: integer sanitization" am: 1652ac27 am: 313e7de1 am:...

Merge "libutils: integer sanitization" am: 1652ac27 am: 313e7de1 am: edf2ad1d am: 92cdaf3c am: 57c9b000

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1356015

Change-Id: Ibda4048b917670f25904799917d3db9d60d97d06
parents befcd2a6 57c9b000
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: {