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

Commit 98600c5c authored by yungwenpeng's avatar yungwenpeng
Browse files

Merge branch vanilla into gms

* ssh://ch-git3.arimacomm.com.tw:29418/kernel/msm-4.9:
  Add product image and mount partition_3

Change-Id: Ifd0fd51eeb722af4941b481a37be877ad5de5d03
parents f9b0db90 37de5917
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 {