mt6735 [CTS Fail]BuildFingerprint
[DESCRIPTION]
1. .os.cts.BuildVersionTest--testBuildFingerprint2. customization :[ro.build.brand]/[ro.product.name]/[ro.product.device]:[ro.build.version.release]/[ro.build.id]/[ro.build.version.incremental]:[ro.build.type]/[ro.build.tags][Analysis]– the ro.product.name and ro.build.fingerprintfingerprint should in the format of– =>[ro.build.brand]/[ro.product.name]/[ro.product.device]:[ro.build.version.release]/[ro.build.id]/[ro.build.version.incremental]:[ro.build.type]/[ro.build.tags]– The length for fingerprint should be less than 91 characters[SOLUTION]Method 1:Modify buildinfo.sh,echo "ro.build.motafpcheck=$BUILD_FINGERPRINT"delete $BUILD_FINGERPRINT,modify the stringsas you want,you must follow the formart:– =>[ro.build.brand]/[ro.product.name]/[ro.product.device]:[ro.build.version.release]/[ro.build.id]/[ro.build.version.incremental]:[ro.build.type]/[ro.build.tags]Method 2:Modify $BUILD_FINGERPRINT in build\core\Makefile