dragonboards: Set verifiedbootstate property

ABL has VERIFIED_BOOT* variables disabled during build,
so it never get around to set "ro.boot.verifiedbootstate"
property on dragonboards.

But recent system/core changes depend on
ro.boot.verifiedbootstate property checks and that broke
adb remount on dragonboards:

$ adb remount
Device must be bootloader unlocked

So we are setting that property explicitly now.

Change-Id: I58b06af41bf6957b31891f62559226c028865585
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2 files changed