summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-07-26 22:12:15 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-07-26 22:12:15 +0200
commit2a047b9ff379dd8859cad960c2cf2a3d88ae67e0 (patch)
tree23d96d9ac20b1d5182a557ff6d4dbb43d3ffe12f /update_verifier/Android.bp
parentMerge "bootloader_message: Build libbootloader_message as shared lib." am: 8515cd5f23 (diff)
parentMerge "Add proto3 support for care_map" (diff)
downloadandroid_bootable_recovery-2a047b9ff379dd8859cad960c2cf2a3d88ae67e0.tar
android_bootable_recovery-2a047b9ff379dd8859cad960c2cf2a3d88ae67e0.tar.gz
android_bootable_recovery-2a047b9ff379dd8859cad960c2cf2a3d88ae67e0.tar.bz2
android_bootable_recovery-2a047b9ff379dd8859cad960c2cf2a3d88ae67e0.tar.lz
android_bootable_recovery-2a047b9ff379dd8859cad960c2cf2a3d88ae67e0.tar.xz
android_bootable_recovery-2a047b9ff379dd8859cad960c2cf2a3d88ae67e0.tar.zst
android_bootable_recovery-2a047b9ff379dd8859cad960c2cf2a3d88ae67e0.zip
Diffstat (limited to 'update_verifier/Android.bp')
-rw-r--r--update_verifier/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/update_verifier/Android.bp b/update_verifier/Android.bp
index f6c7056d9..f4dc1f498 100644
--- a/update_verifier/Android.bp
+++ b/update_verifier/Android.bp
@@ -33,6 +33,7 @@ cc_library_static {
],
srcs: [
+ "care_map.proto",
"update_verifier.cpp",
],
@@ -49,6 +50,11 @@ cc_library_static {
"libbase",
"libcutils",
],
+
+ proto: {
+ type: "lite",
+ export_proto_headers: true,
+ }
}
cc_binary {
@@ -74,6 +80,7 @@ cc_binary {
"libhardware",
"libhidlbase",
"liblog",
+ "libprotobuf-cpp-lite",
"libutils",
],