Disable modemml-tflite-service
The service is causing CTS test failure as it has Kotlin files which are not allowed for system services. It's safe to disable the service temporarily as we don't have any user depending on it for now. Bug: 349263931 Test: Manually flashed device with go/ab/P76995945, no errors observed Flag: EXEMPT bugfix Change-Id: I087a147d6b111c5ea1e89a3ea48961adef733c57
This commit is contained in:
parent
996950f4e0
commit
62e82d5678
2 changed files with 13 additions and 15 deletions
|
@ -304,9 +304,10 @@
|
|||
|
||||
<!-- Class names of device-specific services inheriting com.android.server.SystemService. The
|
||||
classes are instantiated in the order of the array. -->
|
||||
<string-array translatable="false" name="config_deviceSpecificSystemServices">
|
||||
<!-- TODO: b/350624523 - Add back modem ML TFLite service after it is ready. -->
|
||||
<!-- <string-array translatable="false" name="config_deviceSpecificSystemServices">
|
||||
<item>com.android.server.modemml.TFLiteService</item>
|
||||
</string-array>
|
||||
</string-array> -->
|
||||
|
||||
<!-- Pre-scale volume at volume step 1 for Absolute Volume -->
|
||||
<fraction name="config_prescaleAbsoluteVolume_index1">100%</fraction>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue