commit | 738d3d5950523bffb2d7ef714f56a4d5f5242a1a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Jan 07 22:15:32 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Jan 07 22:18:58 2022 +0000 |
tree | 126a796d8044dccafc750fc3854c5589a26c8a19 | |
parent | e0a7d60db0d4e26a5821a966fe1fee6574743886 [diff] [blame] |
remove libbinder_ndk_host_user no longer needed Bug: 211908498 Test: build Change-Id: Iadffdf1d7759e32986c4e0e28acb2087d9f27ab0
diff --git a/health/aidl/Android.bp b/health/aidl/Android.bp index 22bb4fa..86bca69 100644 --- a/health/aidl/Android.bp +++ b/health/aidl/Android.bp
@@ -62,9 +62,11 @@ "android.hardware.health@2.0", "android.hardware.health@2.1", ], - defaults: [ - "libbinder_ndk_host_user", - ], + target: { + darwin: { + enabled: false, + }, + }, } java_library {