Add keep-rwdata check routine for ReadonlyUpdateUninstall 08/259908/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 16 Jun 2021 09:44:09 +0000 (18:44 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 16 Jun 2021 09:44:09 +0000 (18:44 +0900)
Change-Id: I908cd718c5cabce6d86e32d00d4380a9513b0e4b
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/step/configuration/step_configure.cc

index 9fc0339..2a3d052 100644 (file)
@@ -125,6 +125,7 @@ Step::Status StepConfigure::process() {
           bf::path(tzplatform_getenv(TZ_SYS_RO_APP)) / context_->pkgid.get();
       context_->unpacked_dir_path.set(original_path);
       context_->file_path.set(kStrEmpty);
+      SetupIsKeepRWData();
       break;
     }
     case RequestType::DisablePkg: