summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-05-11 19:41:44 +0200
committerTianjie Xu <xunchang@google.com>2018-07-25 23:15:22 +0200
commit4d9e62d8a07b233da4d82a42eb30de64cf2b45bd (patch)
tree85a75362ebbdcc93f88721bd411bdae873586068 /update_verifier/Android.bp
parentMerge "applypatch: Change applypatch command-line arguments." (diff)
downloadandroid_bootable_recovery-4d9e62d8a07b233da4d82a42eb30de64cf2b45bd.tar
android_bootable_recovery-4d9e62d8a07b233da4d82a42eb30de64cf2b45bd.tar.gz
android_bootable_recovery-4d9e62d8a07b233da4d82a42eb30de64cf2b45bd.tar.bz2
android_bootable_recovery-4d9e62d8a07b233da4d82a42eb30de64cf2b45bd.tar.lz
android_bootable_recovery-4d9e62d8a07b233da4d82a42eb30de64cf2b45bd.tar.xz
android_bootable_recovery-4d9e62d8a07b233da4d82a42eb30de64cf2b45bd.tar.zst
android_bootable_recovery-4d9e62d8a07b233da4d82a42eb30de64cf2b45bd.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",
],