diff options
author | Tianjie Xu <xunchang@google.com> | 2018-07-26 21:48:10 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-07-26 21:48:10 +0200 |
commit | f3480024c2ea36daacb3b3bb00107f71a45955b3 (patch) | |
tree | 23d96d9ac20b1d5182a557ff6d4dbb43d3ffe12f /update_verifier/Android.bp | |
parent | Merge "bootloader_message: Build libbootloader_message as shared lib." (diff) | |
parent | Merge "Add proto3 support for care_map" (diff) | |
download | android_bootable_recovery-f3480024c2ea36daacb3b3bb00107f71a45955b3.tar android_bootable_recovery-f3480024c2ea36daacb3b3bb00107f71a45955b3.tar.gz android_bootable_recovery-f3480024c2ea36daacb3b3bb00107f71a45955b3.tar.bz2 android_bootable_recovery-f3480024c2ea36daacb3b3bb00107f71a45955b3.tar.lz android_bootable_recovery-f3480024c2ea36daacb3b3bb00107f71a45955b3.tar.xz android_bootable_recovery-f3480024c2ea36daacb3b3bb00107f71a45955b3.tar.zst android_bootable_recovery-f3480024c2ea36daacb3b3bb00107f71a45955b3.zip |
Diffstat (limited to 'update_verifier/Android.bp')
-rw-r--r-- | update_verifier/Android.bp | 7 |
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", ], |