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

Commit 906e0bb1 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Make all binder NDK APIs available on the host.

Test: treehugger
Change-Id: Icd65cf89a67ba435000d9c8464c3d8a61447a33b
parent 1aed8b36
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ cc_defaults {
            cflags: [
                "-D__INTRODUCED_IN(n)=",
                "-D__assert(a,b,c)=",
                // We want all the APIs to be available on the host.
                "-D__ANDROID_API__=10000",
            ],
        },
    },