summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYabin Cui2018-05-15 14:58:06 -0500
committerGerrit Code Review2018-05-15 14:58:06 -0500
commit3464bc4b439e01244c0a6b5f35e8e949e0f16096 (patch)
tree44cd997bf1f86a3c4d506cd45fb171ea06a57c17
parent3e946da535f049300521e19d030c1a9724129b8a (diff)
parentedac5e3b25fae3ded1fe29e51c2f959a7ab6f88b (diff)
downloadplatform-system-core-3464bc4b439e01244c0a6b5f35e8e949e0f16096.tar.gz
platform-system-core-3464bc4b439e01244c0a6b5f35e8e949e0f16096.tar.xz
platform-system-core-3464bc4b439e01244c0a6b5f35e8e949e0f16096.zip
Merge "libprocinfo: fix mac build."
-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 {
95cc_benchmark { 95cc_benchmark {
96 name: "libprocinfo_benchmark", 96 name: "libprocinfo_benchmark",
97 defaults: ["libprocinfo_defaults"], 97 defaults: ["libprocinfo_defaults"],
98 host_supported: true,
99 srcs: [ 98 srcs: [
100 "process_map_benchmark.cpp", 99 "process_map_benchmark.cpp",
101 ], 100 ],
102 target: {
103 darwin: {
104 enabled: false,
105 },
106 windows: {
107 enabled: false,
108 },
109 },
110 shared_libs: [ 101 shared_libs: [
111 "libbacktrace", 102 "libbacktrace",
112 "libbase", 103 "libbase",