summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBill Peckham <bpeckham@google.com>2019-09-17 16:48:12 -0700
committerBill Peckham <bpeckham@google.com>2019-09-19 17:10:17 +0000
commit64263b787cba9d9efa4470966976c3487f7d6808 (patch)
treee48ace4c23b0e82dd25da9964b475063b066f605 /Android.bp
parent3153f95a452fd9d7771b8f0395d4355839c4be0c (diff)
downloadbsdiff-64263b787cba9d9efa4470966976c3487f7d6808.tar.gz
Moving recovery resources from /system to /vendor
This change is part of a topic that moves the recovery resources from the system partition to the vendor partition, if it exists, or the vendor directory on the system partition otherwise. The recovery resources are moving from the system image to the vendor partition so that a single system image may be used with either an A/B or a non-A/B vendor image. The topic removes a delta in the system image that prevented such reuse in the past. The recovery resources that are moving are involved with updating the recovery partition after an update. In a non-A/B configuration, the system boots from the recovery partition, updates the other partitions (system, vendor, etc.) Then, the next time the system boots normally, a script updates the recovery partition (if necessary). This script, the executables it invokes, and the data files that it uses were previously on the system partition. The resources that are moving include the following. * install-recovery.sh * applypatch * recovery-resource.dat (if present) * recovery-from-boot.p (if present) This change supports making a direct or transitive dependency of the applypatch executable available to applypatch, which is now on vendor. Bug: 68319577 Test: Ensure that recovery partition is updated correctly. Change-Id: I66059c3cfe2f65eca990b29609fd2c5f52e17266
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d0e5933..012db29 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,6 +33,7 @@ cc_defaults {
cc_library_static {
name: "libbspatch",
defaults: ["bsdiff_defaults"],
+ vendor_available: true,
recovery_available: true,
srcs: [