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

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

Merge "libbinder_ndk: use __assert on host" am: 3e9f19c7 am: 8e73c9c0

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

Change-Id: I5dcb7ae1df26aa438f46c71d811fb4648b6d9154
parents 7681a9de 8e73c9c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ cc_defaults {
        host: {
            cflags: [
                "-D__INTRODUCED_IN(n)=",
                "-D__assert(a,b,c)=",
                "-D__assert(a,b,c)=do { syslog(LOG_ERR, a \": \" c); abort(); } while(false)",
                // We want all the APIs to be available on the host.
                "-D__ANDROID_API__=10000",
            ],