diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 3935ad02..3c761144 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2012, 2014-2019, The Linux Foundation. All rights reserved. +# Copyright (c) 2009-2012, 2014-2020, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -581,6 +581,12 @@ on property:init.svc.wpa_supplicant=stopped on property:ro.bluetooth.ftm_enabled=true start vendor.ftmd +on property:vendor.media.target.version=* + setprop vendor.sys.media.target.version ${vendor.media.target.version} + +on property:vendor.netflix.bsp_rev=* + setprop ro.netflix.bsp_rev ${vendor.netflix.bsp_rev} + service vendor.qcom-c_main-sh /vendor/bin/init.class_main.sh class main user root