aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-15 20:37:39 -0700
committerAndreas Gampe <agampe@google.com>2018-03-15 20:37:39 -0700
commit682a064c5617eb2fbe3847184b3c2c2c74a94384 (patch)
tree42c7bcad40fe8a105b7a6d04a8507c531c6b56af
parent00403d4da0ea34cc0cc10f302cd1e1ad26afcfe1 (diff)
downloadperf_data_converter-682a064c5617eb2fbe3847184b3c2c2c74a94384.tar.gz
PerfDataConverter: Disable windows build
Disable test build for windows. Also fix missing libbase dependency in disabled module. Bug: 73175642 Test: mmma external/perf_data_converter/src/quipper Test: quipper_unit_tests Change-Id: I7c875cdae7f75dee8e9cd11b31807d02984d242a
-rw-r--r--src/quipper/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/quipper/Android.bp b/src/quipper/Android.bp
index fa78b46..276512a 100644
--- a/src/quipper/Android.bp
+++ b/src/quipper/Android.bp
@@ -138,6 +138,9 @@ cc_defaults {
darwin: {
enabled: false,
},
+ windows: {
+ enabled: false,
+ }
},
}
@@ -227,6 +230,7 @@ cc_test {
"libz", // For libelf.
],
shared_libs: [
+ "libbase",
"libprotobuf-cpp-full",
],