summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-08 18:16:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-08 18:16:50 +0000
commit9d8da16401c9cc368010fa679bb906199cacebb5 (patch)
tree39694fbec34c99b7bdba3427ff4be7e855fa3a0a
parent6c801e351301036bc680c655f1d1557d09c8f6bb (diff)
parentcca7acf900d0183389a23e16056d166554174328 (diff)
downloadzlib-9d8da16401c9cc368010fa679bb906199cacebb5.tar.gz
Merge "Allow bootable/deprecated-ota to use zlib" into main
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 944aa62..a6d27d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -245,6 +245,9 @@ cc_library {
"//bootable/recovery/applypatch",
"//bootable/recovery/tests",
"//bootable/recovery/updater",
+ "//bootable/deprecated-ota/applypatch",
+ "//bootable/deprecated-ota/tests",
+ "//bootable/deprecated-ota/updater",
],
// We only use the shared flags here; the whole point is that this
// library behaves the same on all different architectures.