summaryrefslogtreecommitdiffstats
path: root/libprocinfo
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2018-05-15 12:51:57 -0700
committerYabin Cui <yabinc@google.com>2018-05-15 12:51:57 -0700
commitedac5e3b25fae3ded1fe29e51c2f959a7ab6f88b (patch)
treecdf0a4b4ebafc832375b2d7657f83e2465e192e2 /libprocinfo
parent3841accba82b47087647d023e670219ac3627710 (diff)
downloadsystem_core-edac5e3b25fae3ded1fe29e51c2f959a7ab6f88b.tar.gz
system_core-edac5e3b25fae3ded1fe29e51c2f959a7ab6f88b.tar.bz2
system_core-edac5e3b25fae3ded1fe29e51c2f959a7ab6f88b.zip
libprocinfo: fix mac build.
Bug: none Test: build. Change-Id: Ic25d873d9d74edc8320b75d077536055f176c0dd
Diffstat (limited to 'libprocinfo')
-rw-r--r--libprocinfo/Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/libprocinfo/Android.bp b/libprocinfo/Android.bp
index 916948a8a..d776b3d8e 100644
--- a/libprocinfo/Android.bp
+++ b/libprocinfo/Android.bp
@@ -95,18 +95,9 @@ cc_test {
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",