sanders: More DTV fixes

* Add to check_features
* Add proprietary blobs
* Fix sepolicy

Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
This commit is contained in:
jhenrique09
2017-10-12 22:01:49 -03:00
committed by Keertesh19
parent 14c0a592e7
commit 7174dd3530
4 changed files with 12 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ def FullOTA_InstallEnd(info):
def ReplaceDeviceConfig(info):
info.script.Mount("/system")
info.script.AppendExtra('ui_print("Checking NFC and compass support");')
info.script.AppendExtra('ui_print("Checking NFC, compass and DTV support");')
info.script.AppendExtra('run_program("/sbin/sh", "/system/vendor/bin/check_features.sh");')
info.script.Unmount("/system")