Fix com.android.phone system_app_crash

A Message object is reused and causing a system_app_crash.
Clone the Message object before passing it to getRadioConfigProxy()
so it's not reused.

Bug: 173970223
Test: Boot GSI S on CF Q with DSU, com.android.phone does not crash
Test: atest CuttlefishRilTests
Change-Id: Ifc8ae2e762ddfc25c29a4e0855cc0f6abc0ad414
Merged-In: Ifc8ae2e762ddfc25c29a4e0855cc0f6abc0ad414
1 file changed