diff options
author | Sean Tranchetti <stranche@codeaurora.org> | 2018-03-28 09:18:30 -0600 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:26 +0100 |
commit | 3e8567052ad90a2194be0e5572eb1a4e4de89ccd (patch) | |
tree | 48c1248ccfef577bdf8fb2efba8da0641050022a | |
parent | 962c356c2f4f16eedefbc0c7325ab76480acf7c8 (diff) |
msm8996-common: Change data properties to comply with Treble
Treble changes in Android now require stricter naming conventions for
vendor properties, and also impose stricter requirements on using
properties as actionable triggers in init scripts. This change
updates the properties used by data modules to follow these new
guidelines.
Change-Id: I26a7eff59030679e6d796523de99f14e9654c019
CRs-Fixed: 2215428
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 34f6d17..fda6d50 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -427,7 +427,7 @@ service sensors /vendor/bin/sensors.qcom capabilities NET_BIND_SERVICE writepid /dev/cpuset/system-background/tasks -on property:ro.use_data_netmgrd=false +on property:ro.vendor.use_data_netmgrd=false # netmgr not supported on specific target stop vendor.netmgrd |