From f16993e63b397e22d7de341048a4b6f4bf05721f Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Thu, 18 Feb 2021 14:04:13 +0100 Subject: [PATCH] backuptool: Correct supported partitions for addon.d v3 * The plan was to support odm & oem too, but it turned out unnecessarily complicated due to their symlink setup, while being most likely unused. The partitions were removed from the list of supported ones in a-only backuptool, but were forgotten in ab backuptool. Change-Id: I58a01cdc3f5c4239048b204f3313f4bf697dd60a --- prebuilt/common/bin/backuptool_ab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/common/bin/backuptool_ab.sh b/prebuilt/common/bin/backuptool_ab.sh index b4cdba2f..ee7b906a 100755 --- a/prebuilt/common/bin/backuptool_ab.sh +++ b/prebuilt/common/bin/backuptool_ab.sh @@ -10,7 +10,7 @@ export V=18.1 export ADDOND_VERSION=3 # Partitions to mount for backup/restore in V3 -export all_V3_partitions="vendor product system_ext odm oem" +export all_V3_partitions="vendor product system_ext" # Scripts in /system/addon.d expect to find backuptool.functions in /tmp mkdir -p /postinstall/tmp/