aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-08-15 11:26:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-08-15 11:26:54 +0000
commitff7edd0026a9a57b163687c471fd75db834d8bec (patch)
tree0e70e414f56d57cec95631e1961b85283a800881
parent439617969f3860538803226a5c727f8e39386949 (diff)
parente52806221f2d4a493366fe66e3b8d2ddb88a5bf0 (diff)
downloadcuttlefish-ff7edd0026a9a57b163687c471fd75db834d8bec.tar.gz
Merge "Update build files."
-rw-r--r--host/commands/cvd_import_locations/Android.bp4
-rw-r--r--host/libs/location/Android.bp2
2 files changed, 3 insertions, 3 deletions
diff --git a/host/commands/cvd_import_locations/Android.bp b/host/commands/cvd_import_locations/Android.bp
index 6dbaecafc..e472e894d 100644
--- a/host/commands/cvd_import_locations/Android.bp
+++ b/host/commands/cvd_import_locations/Android.bp
@@ -41,11 +41,11 @@ cc_binary {
"libjsoncpp",
"libprotobuf-cpp-full",
"libgrpc++_unsecure",
+ "libxml2",
],
static_libs: [
"libcuttlefish_host_config",
"libgflags",
- "libxml2",
"libcvd_gnss_grpc_proxy",
"liblocation",
],
@@ -66,9 +66,9 @@ cc_test_host {
"libbase",
"libcuttlefish_fs",
"libcuttlefish_utils",
+ "libxml2",
],
static_libs: [
- "libxml2",
"liblocation",
"libgmock",
],
diff --git a/host/libs/location/Android.bp b/host/libs/location/Android.bp
index b35aa309f..0f0bb7c37 100644
--- a/host/libs/location/Android.bp
+++ b/host/libs/location/Android.bp
@@ -33,13 +33,13 @@ cc_library_static {
"libjsoncpp",
"libprotobuf-cpp-full",
"libgrpc++_unsecure",
+ "libxml2",
],
static_libs: [
"libbase",
"libcuttlefish_fs",
"libcuttlefish_utils",
"libjsoncpp",
- "libxml2",
"libcvd_gnss_grpc_proxy",
],
cflags: [