| commit | ce5e1112e62782a245fed3ffe03136b10d7797bd | [log] [tgz] |
|---|---|---|
| author | Jae Hoon Kim <[email protected]> | Wed Nov 02 23:16:44 2022 |
| committer | Chromeos LUCI <[email protected]> | Fri Nov 04 06:02:49 2022 |
| tree | 655d227fed3818133103e573fb6623324f1638eb | |
| parent | 6a77041aa414ac351790269896195ff2e1054ec6 [diff] |
update_engine: Use scaled slotting Start using scaled DLC uploaded/ingested during CrOS release builds. BUG=b:236008158 TEST=unittest + deploy Change-Id: Iffdb359eccc19e8f7a013e98a302f18b57d96506 Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/4000551 Auto-Submit: Jae Hoon Kim <[email protected]> Reviewed-by: Yuanpeng Ni <[email protected]> Tested-by: Jae Hoon Kim <[email protected]> Commit-Queue: Jae Hoon Kim <[email protected]>
diff --git a/cros/install_action.cc b/cros/install_action.cc index 74e6c92..3f62cdc 100644 --- a/cros/install_action.cc +++ b/cros/install_action.cc
@@ -42,7 +42,7 @@ constexpr char kDefaultArtifact[] = "dlc.img"; constexpr char kDefaultPackage[] = "package"; -constexpr char kDefaultSlotting[] = "dlc"; +constexpr char kDefaultSlotting[] = "dlc-scaled"; constexpr char kManifestFile[] = "imageloader.json";