summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-11-25 15:32:50 -0800
committerIliyan Malchev <malchev@google.com>2014-12-03 17:37:13 +0000
commit2f96dbf9011d63b7109e95dc1dbe71faea853f1f (patch)
treede49968bf009bdd3af80c342e05b3d214ed18373
parentb87d6d2a885cace025b33d6508b3b637dc113b05 (diff)
downloadtilapia-lollipop-mr1-wfc-release.tar.gz
The read-only partitions don't need journaling. Bug: 18430740 Change-Id: I44b88c43a506d8b64f7cf00910136cfe1c524c24
-rw-r--r--releasetools.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasetools.py b/releasetools.py
index dba721e..26d9dcc 100644
--- a/releasetools.py
+++ b/releasetools.py
@@ -32,6 +32,10 @@ def FullOTA_InstallEnd(info):
else:
WriteRadio(info, radio_img)
+def IncrementalOTA_InstallBegin(info):
+ info.script.Unmount("/system")
+ info.script.TunePartition("/system", "-O", "^has_journal")
+ info.script.Mount("/system")
def IncrementalOTA_InstallEnd(info):
try: