diff options
| author | Alberto97 <albertop2197@gmail.com> | 2017-01-03 16:35:45 +0100 |
|---|---|---|
| committer | ElDainosor <eldainosor@gmail.com> | 2017-03-16 15:34:41 +0000 |
| commit | a99e8d27c15c462dab3bcabf3b265b55135aa988 (patch) | |
| tree | d5c17aff16c4c2efcf7de89877de2fd03aac7c10 | |
| parent | 821bd9d52f7b823ce17af3b8bf5cba68003280b5 (diff) | |
surnia: Drop no more needed CDMA things
* ro.ril.force_eri_from_xml is not used anymore
* eri overwrites nothing and CarrierConfig already labels the carrier properly
Change-Id: I7388d82723ef44a088748137dd5ff0f578baf667
| -rw-r--r-- | init/init_surnia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init_surnia.cpp b/init/init_surnia.cpp index b13203a..20a75c4 100644 --- a/init/init_surnia.cpp +++ b/init/init_surnia.cpp @@ -175,4 +175,4 @@ void gsm_properties(bool msim) } else { property_set("persist.radio.multisim.config", ""); } -}
\ No newline at end of file +} |
