aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2021-11-11 16:34:31 -0800
committerAlexander Dorokhine <adorokhine@google.com>2021-11-11 16:34:31 -0800
commitdc700893f0d6ddd5e970c72fd16771d0f72084c8 (patch)
tree37cd774a369970513096e1b2a10c107419d8b62b
parentd4760eba4d61908605fef358b0851cb89f3dd9d8 (diff)
downloadicing-dc700893f0d6ddd5e970c72fd16771d0f72084c8.tar.gz
Link libicing against libprotobuf-cpp-lite instead of full.
The work required to remove icing lib's usage of features shipped only in libprotobuf-cpp-full has already been submitted. Bug: 147509515 Test: CtsAppSearchTestCases Change-Id: Idd5b0c10231b7706b303efaaebf1a0bb30b44311
-rw-r--r--Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index dda6614..416a29e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -84,9 +84,7 @@ cc_library_shared {
shared_libs: [
"libandroidicu",
"liblog",
- // TODO(b/147509515): We only need the full version for GzipStream. If we can remove
- // that dependency, then we can just use libprotobuf-cpp-lite
- "libprotobuf-cpp-full",
+ "libprotobuf-cpp-lite",
"libz",
],
version_script: "icing/jni.lds",