summaryrefslogtreecommitdiff
path: root/libs/binder/rust/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/rust/Android.bp')
-rw-r--r--libs/binder/rust/Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp
index 49d3401a4f..416616031b 100644
--- a/libs/binder/rust/Android.bp
+++ b/libs/binder/rust/Android.bp
@@ -85,14 +85,6 @@ rust_bindgen {
// Currently necessary for host builds
// TODO(b/31559095): bionic on host should define this
target: {
- host: {
- 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",
- ],
- },
darwin: {
enabled: false,
},