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

Commit 46b8012b authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Set green state on user build

parent a9a9225e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ func (p *buildinfoPropModule) GenerateAndroidBuildActions(ctx ModuleContext) {
		writeProp("ro.build.type", "userdebug")
	} else {
		writeProp("ro.build.type", "user")
		writeProp("ro.boot.verifiedbootstate", "green")
	}

	// Currently, only a few properties are implemented to unblock microdroid use case.