commit | 3464bc4b439e01244c0a6b5f35e8e949e0f16096 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue May 15 19:58:06 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 15 19:58:06 2018 +0000 |
tree | 44cd997bf1f86a3c4d506cd45fb171ea06a57c17 | |
parent | 3e946da535f049300521e19d030c1a9724129b8a [diff] | |
parent | edac5e3b25fae3ded1fe29e51c2f959a7ab6f88b [diff] |
Merge "libprocinfo: fix mac build."
diff --git a/libprocinfo/Android.bp b/libprocinfo/Android.bp index 916948a..d776b3d 100644 --- a/libprocinfo/Android.bp +++ b/libprocinfo/Android.bp
@@ -95,18 +95,9 @@ cc_benchmark { name: "libprocinfo_benchmark", defaults: ["libprocinfo_defaults"], - host_supported: true, srcs: [ "process_map_benchmark.cpp", ], - target: { - darwin: { - enabled: false, - }, - windows: { - enabled: false, - }, - }, shared_libs: [ "libbacktrace", "libbase",