summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-07-26 19:57:58 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-07-26 19:57:58 +0200
commit8d9b3aec3d4969dca5d2e1d0bc1ef98221969032 (patch)
tree6bcd574247b65a418e9ed1d27f6f3dcb5e47e925 /update_verifier/Android.bp
parentMerge "bootloader_message: Build libbootloader_message as shared lib." (diff)
parentAdd proto3 support for care_map (diff)
downloadandroid_bootable_recovery-8d9b3aec3d4969dca5d2e1d0bc1ef98221969032.tar
android_bootable_recovery-8d9b3aec3d4969dca5d2e1d0bc1ef98221969032.tar.gz
android_bootable_recovery-8d9b3aec3d4969dca5d2e1d0bc1ef98221969032.tar.bz2
android_bootable_recovery-8d9b3aec3d4969dca5d2e1d0bc1ef98221969032.tar.lz
android_bootable_recovery-8d9b3aec3d4969dca5d2e1d0bc1ef98221969032.tar.xz
android_bootable_recovery-8d9b3aec3d4969dca5d2e1d0bc1ef98221969032.tar.zst
android_bootable_recovery-8d9b3aec3d4969dca5d2e1d0bc1ef98221969032.zip
Diffstat (limited to '')
-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",
],