Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baf33751 authored by jasonhsing's avatar jasonhsing
Browse files

Add product image and mount partition_3

Root cause:
N/A

How to fix:
N/A

RiskArea:
Storage

Change-Id: Id3d99cbfc94cd9cd399a6114ad748bfd83af60d3
parent 4002b277
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -38,12 +38,14 @@
	};

//[FairPhone][Storage][JasonHsing] To enable A/B support 20190129 BEGIN--
//[FairPhone][Storage][JasonHsing] Add product image and mount partition_3 20190529 BEGIN--

	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
				parts = "vbmeta,boot,system,vendor,dtbo,product";
			};

			fstab {
@@ -56,10 +58,18 @@
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};

				product {
					compatible = "android,product";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/product";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};
			};
		};
	};
//[FairPhone][Storage][JasonHsing] Add product image and mount partition_3 20190529 END--
//[FairPhone][Storage][JasonHsing] To enable A/B support 20190129 END--

	reserved-memory {