commit | e28c4ea1596a041db6c369c10656b1a3f97d2ff4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 31 02:44:48 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 31 02:44:48 2019 +0000 |
tree | d28f71f994ad28abbeffef72c615150378a78834 | |
parent | df9ad97a5300ad5d322b04c6c3d4f526459f32bf [diff] | |
parent | 906e0bb1b47f4fe2d83055ac53dcc14425c66d1a [diff] |
Merge "Make all binder NDK APIs available on the host."
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp index 62a0f9f..c0ea6d7 100644 --- a/libs/binder/ndk/Android.bp +++ b/libs/binder/ndk/Android.bp
@@ -22,6 +22,8 @@ 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", ], }, },