commit | 68d6fd5a9cdb72b9984bfb7f38cf669815639923 | [log] [tgz] |
---|---|---|
author | Jared Duke <jdduke@google.com> | Mon Oct 28 22:52:58 2024 +0000 |
committer | Jared Duke <jdduke@google.com> | Mon Oct 28 23:04:10 2024 +0000 |
tree | 1427888ba261bcd1330b5623ad885afd0a21f1ff | |
parent | 7ba00f0c4621d286c820d13989e51880cca6f1e3 [diff] |
Remove SerialService JNI layer This JNI layer is only used to proxy a basic `open` syscall, which we can now access directly from `Os`. Simplify the implementation to use this directly, preserving null return semantics for the ParcelFileDescriptor when the load fails. Bug: 375264322 Test: SerialChat + presubmit Flag: EXEMPT refactor Change-Id: I35296ea33d04ac1372dc8890fc2c6b58cbe7bb28