summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2021-06-03 15:33:55 +0200
committerKelvin Zhang <zhangkelvin@google.com>2021-06-03 22:03:02 +0200
commitb4b619ce522500621fa7b7c7d7089177999915be (patch)
tree78acc268895b9dbfa17f2cc89c6e0abf071749e4
parentMerge "Check SPL downgrade before install OTA in recovery" (diff)
downloadandroid_bootable_recovery-b4b619ce522500621fa7b7c7d7089177999915be.tar
android_bootable_recovery-b4b619ce522500621fa7b7c7d7089177999915be.tar.gz
android_bootable_recovery-b4b619ce522500621fa7b7c7d7089177999915be.tar.bz2
android_bootable_recovery-b4b619ce522500621fa7b7c7d7089177999915be.tar.lz
android_bootable_recovery-b4b619ce522500621fa7b7c7d7089177999915be.tar.xz
android_bootable_recovery-b4b619ce522500621fa7b7c7d7089177999915be.tar.zst
android_bootable_recovery-b4b619ce522500621fa7b7c7d7089177999915be.zip
-rw-r--r--update_verifier/Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/update_verifier/Android.bp b/update_verifier/Android.bp
index ff2eff903..220b007f5 100644
--- a/update_verifier/Android.bp
+++ b/update_verifier/Android.bp
@@ -33,6 +33,25 @@ cc_defaults {
],
}
+python_library_host {
+ name: "care_map_proto_py",
+ srcs: [
+ "care_map.proto",
+ ],
+ proto: {type: "lite", canonical_path_from_root: false},
+ version: {
+ py2: {
+ enabled: true,
+ },
+ py3: {
+ enabled: true,
+ },
+ },
+ visibility: [
+ "//build/make/tools/releasetools:__subpackages__",
+ ],
+}
+
cc_library_static {
name: "libupdate_verifier",