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

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

Merge "Enable shadow call stack in system/bt."

parents 54f69fe2 fc97afd8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ cc_library_shared {
        "-Wextra",
        "-Wno-unused-parameter",
    ],
    sanitize: {
        scs: true,
    },
}

// AIDL interface between libbluetooth-binder and framework.jar
+3 −0
Original line number Diff line number Diff line
@@ -87,6 +87,9 @@ cc_library_shared {
    cflags: [
        "-DBUILDCFG",
    ],
    sanitize: {
        scs: true,
    },
}

cc_library_static {