#!/bin/bash | |
echo "ro.build.version.sdk=28" | |
echo "ro.build.version.security_patch=2019-01-05" | |
echo "ro.build.version.incremental=eng.mtk941.20190311.151249" | |
echo "ro.product.device=mt2712" | |
echo "ro.build.fingerprint=mediatek/car_mt2712/mt2712:9/PPR1.181005.003/mtk9412903120944:userdebug/test-keys" | |
echo "ro.build.date=`date`" | |
echo "ro.build.date.utc=`date +%s`" |