diff --git a/runner/android_test_orchestrator/CHANGELOG.md b/runner/android_test_orchestrator/CHANGELOG.md index 0b7f5c7c9..6dc2ebed3 100644 --- a/runner/android_test_orchestrator/CHANGELOG.md +++ b/runner/android_test_orchestrator/CHANGELOG.md @@ -12,8 +12,6 @@ **API Changes** -* Update to minSdkVersion 21 - **Breaking API Changes** **Known Issues** diff --git a/services/CHANGELOG.md b/services/CHANGELOG.md index 8edd877ae..90e6792cc 100644 --- a/services/CHANGELOG.md +++ b/services/CHANGELOG.md @@ -6,23 +6,12 @@ **Bug Fixes** -* TestStorage: Use input directory location for internal files -* StackTrimmer: harden against exceptions coming from Failure.getMessage(). - **New Features** -* Adding a LocalSocket-based protocol for the ShellExecutor to talk to the - ShellMain. This obsoletes SpeakEasy; if androidx.test.services is killed - (e.g. by the low memory killer) between the start of the app_process that - invokes LocalSocketShellMain and the start of the test, the test is still able - to talk to LocalSocketShellMain. - **Breaking Changes** **API Changes** -* Update to minSdkVersion 21 - **Breaking API Changes** **Known Issues**