rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | echo "ro.build.version.sdk=28" | ||||
4 | echo "ro.build.version.security_patch=2019-01-05" | ||||
5 | echo "ro.build.version.incremental=eng.mtk941.20190311.151249" | ||||
6 | echo "ro.product.device=mt2712" | ||||
7 | echo "ro.build.fingerprint=mediatek/car_mt2712/mt2712:9/PPR1.181005.003/mtk9412903120944:userdebug/test-keys" | ||||
8 | echo "ro.build.date=`date`" | ||||
9 | echo "ro.build.date.utc=`date +%s`" |