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

Commit 06e5ba1e authored by tracychui(71954)'s avatar tracychui(71954)
Browse files

Revert "Revert "Add product image and mount partition""

This reverts commit 569307db.

Reason for revert: USER build is OK

Change-Id: If627bb6f78d922cb16f6823d0742a158024d8c37
parent 569307db
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -37,13 +37,14 @@
		compatible = "simple-bus";
	};

//#[TracyChui] Add product image and mount partition 20200612 start
//[20200520][TracyChui]Implement AB partition on Android Q start
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo"; 
				parts = "vbmeta,boot,system,vendor,dtbo,product"; 
				//parts = " vbmeta,boot,system,vendor,dtbo,recovery";
			};

@@ -58,11 +59,19 @@
					//fsmgr_flags = "wait,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";
				};
			};
		};
	};
//[20200520][TracyChui]Implement AB partition on Android Q end
//[TracyChui] Add product image and mount partition 20200612 end

	reserved-memory {
		#address-cells = <2>;