Loading android/buildinfo_prop.go +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
android/buildinfo_prop.go +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading