summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2011-07-25 18:02:06 -0700
committerBenoit Goby <benoit@android.com>2011-07-25 18:02:06 -0700
commit7100f640deabb9e746e41eac54707f1ca531f2db (patch)
treecd8205d2404105a3cb9db217c38182f7904f421c /init
parentc21dcef9fecaa224f153af0c5643fca4933bbc7f (diff)
downloadsystem_core-7100f640deabb9e746e41eac54707f1ca531f2db.zip
system_core-7100f640deabb9e746e41eac54707f1ca531f2db.tar.gz
system_core-7100f640deabb9e746e41eac54707f1ca531f2db.tar.bz2
Allow radio to set net.lte* properties
Change-Id: I4b7a280ba4c773673b28db8cfbbffcb360ee717f
Diffstat (limited to 'init')
-rw-r--r--init/property_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.c b/init/property_service.c
index 046b120..77aa5e9 100644
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -62,6 +62,7 @@ struct {
{ "net.gprs.", AID_RADIO, 0 },
{ "net.ppp", AID_RADIO, 0 },
{ "net.qmi", AID_RADIO, 0 },
+ { "net.lte", AID_RADIO, 0 },
{ "ril.", AID_RADIO, 0 },
{ "gsm.", AID_RADIO, 0 },
{ "persist.radio", AID_RADIO, 0 },