diff options
author | Arian <arian.kulmer@web.de> | 2019-08-11 18:15:55 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:13 +0200 |
commit | 1c834a13e8494d25b730a75664c0cdf41e9a9709 (patch) | |
tree | 458e729690b05acfc348bf61cce7455979362d15 /rootdir | |
parent | 47b8e3eaf367b08a8aeb0253cad9fb22bb8ac925 (diff) |
shinano-common: Update proprietary-files.txt for Android 9
* Radio blobs taken from SW_binaries_for_Xperia_AOSP_M_MR1_3.10_v13_legacy.zip
* NFC HAL from 8.1.0
Change-Id: Ic73bc81077cbd53cc1398b91d1a278de7e505988
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.camera.rc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/rootdir/init.camera.rc b/rootdir/init.camera.rc index 6487b36..eb1092c 100644 --- a/rootdir/init.camera.rc +++ b/rootdir/init.camera.rc @@ -10,7 +10,7 @@ # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and +# See the License for the specific language governing permissions and # limitations under the License. # @@ -101,14 +101,14 @@ service credmgrd /system/vendor/bin/credmgrd service sct_service /system/vendor/bin/sct_service user root disabled - + # Trim Area QMI service service ta_qmi_service /system/vendor/bin/ta_qmi_service user system group system root net_raw wakelock disabled -service scd /system/bin/scd +service scd /system/vendor/bin/scd class late_start user system group system @@ -141,7 +141,7 @@ service tad_static /sbin/tad_static /dev/block/bootdevice/by-name/TA 0,16 user system group system root camera media socket tad stream 0770 system system - + # tad_static is in rootfs, normal file_context does not work seclabel u:r:tad:s0 @@ -150,4 +150,3 @@ service updatemiscta /system/vendor/bin/updatemiscta user system group system oneshot - |