aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Stange <stange@google.com>2022-04-01 19:51:34 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-01 20:38:53 +0000
commitab236a46da40278bf280b98528228bc9b03c4034 (patch)
tree44130db1528e1cf6346713a74e8cdd78d73bbc8d
parent21f2d64f8630c93fdcf6546740df9b1cc5231be6 (diff)
downloadpigweed-ab236a46da40278bf280b98528228bc9b03c4034.tar.gz
pw_log: Remove proto_utils.cc from Android.bp
proto_utils.cc compilation requires other pw_rpc deps not currently set up for Android's build system. Change-Id: Ied44dad6c06ee066bbb1d2cd2b734aff2634238e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/89503 Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Anthony Stange <stange@google.com>
-rw-r--r--pw_log/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/pw_log/Android.bp b/pw_log/Android.bp
index cc642b20c..64a602024 100644
--- a/pw_log/Android.bp
+++ b/pw_log/Android.bp
@@ -16,9 +16,6 @@ cc_library {
name: "libpw_log",
vendor_available: true,
cpp_std: "c++2a",
- srcs: [
- "proto_utils.cc",
- ],
export_include_dirs: [
"public",
],