diff options
| author | vm03 <vasy@vasy.ru> | 2016-09-20 14:22:24 +0300 |
|---|---|---|
| committer | vm03 <vasy@vasy.ru> | 2016-09-20 14:22:24 +0300 |
| commit | 0192c2f25539ca11cb3cc497336cfb16e00c0643 (patch) | |
| tree | 6e3b938bab51077523829ba0bcfe4bf9a66953ce | |
| parent | eae9eb9c288d93d0205c29466227d0cbefce9a11 (diff) | |
ril: update blobs from bacon
Change-Id: I1a67dddd3093f6d3c4713a66fd9c83e3160d4cbb
| -rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
| -rw-r--r-- | msm8226.mk | 4 | ||||
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 10 | ||||
| -rw-r--r-- | proprietary-blobs.txt | 4 | ||||
| -rw-r--r-- | rootdir/init.qcom.rc | 4 |
5 files changed, 10 insertions, 14 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 31db500..bc72162 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -77,8 +77,6 @@ BOARD_GLOBAL_CFLAGS += -DLG_CAMERA_HARDWARE -DCAMERA_VENDOR_L_COMPAT # QCOM hardware BOARD_USES_QCOM_HARDWARE := true TARGET_RIL_VARIANT := caf -BOARD_GLOBAL_CFLAGS += -DUSE_RIL_VERSION_10 -BOARD_GLOBAL_CPPFLAGS += -DUSE_RIL_VERSION_10 TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/input/lge_touch/dt2w_enable" TARGET_POWERHAL_VARIANT = qcom @@ -108,7 +108,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ libxml2 \ libcurl \ - libboringssl-compat + libboringssl-compat \ + librmnetctl + # Ebtables PRODUCT_PACKAGES += \ diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 2fda15a..5d5193d 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -225,16 +225,6 @@ <item>7,1</item> <item>9,1</item> </string-array> - <integer-array name="config_data_usage_network_types"> - <item>0</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - <item>10</item> - <item>11</item> - <item>12</item> - </integer-array> <string-array name="networkAttributes"> <item>wifi,1,1,1,-1,true</item> <item>mobile,0,0,0,-1,true</item> diff --git a/proprietary-blobs.txt b/proprietary-blobs.txt index 2263e86..810e0d2 100644 --- a/proprietary-blobs.txt +++ b/proprietary-blobs.txt @@ -31,6 +31,7 @@ vendor/lib/libqmi_encdec.so vendor/lib/libsmemlog.so vendor/lib/libsystem_health_mon.so vendor/lib/libqmi_csvt_srvc.so +vendor/lib/libcneapiclient.so # Radio -priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk @@ -42,6 +43,8 @@ bin/rfs_access bin/rmt_storage etc/permissions/qcnvitems.xml etc/permissions/qcrilhook.xml +etc/data/dsi_config.xml +etc/data/netmgr_config.xml framework/qcnvitems.jar framework/qcrilhook.jar framework/qti-telephony-common.jar @@ -55,6 +58,7 @@ vendor/lib/libril-qcril-hook-oem.so vendor/lib/libxml.so vendor/lib/libqmi_client_helper.so + # Graphics vendor/lib/egl/eglsubAndroid.so vendor/lib/egl/libEGL_adreno.so diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index eb691b0..49ac6a7 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -392,10 +392,12 @@ service bt-sap /system/bin/sapd 15 service qmuxd /system/bin/qmuxd class main user radio - group radio audio bluetooth gps diag nfc + group radio audio bluetooth gps diag qcom_diag service netmgrd /system/bin/netmgrd class main + user root + group radio service sensors /system/bin/sensors.qcom class late_start |
