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

Commit a5d05a33 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 am: 9dd50de0

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

Change-Id: I08ea7f29c86b9fe3ee1507d77c5ec3b308a670f0
parents 14b69215 9dd50de0
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",
            ],