commit | cacbd3f5c82a3cbf90100f24e9cc56481d751967 | [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 | a7f24856c4f9dc8a1fcc8ea5460400570ba3638d [diff] | |
parent | a7a72000e1a1b7281926b284ff55deb6bc40cd92 [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",