Merged
Conversation
* Remove package from manifest and put in build.gradle * Update gradle version to 8.2.2 * Update gradle version to 8.2.2 * update maven plugin * add buildFeatures aidl as suggested by AGP update assistant * Formatting * add androidTestImplementation 'androidx.test:rules:1.5.0' to test permission in unit test, update unit test imports * Add permissions queries for routerService to Android test manifest * Add TestSdlReceiver for unit test * Reset SDK_INT version in AudioStreamManagerTest after it is changed for tests * update manager layer test sleep calls to 1 sec * Update DeviceUtil.isEmulator to catch new emulator for ci checks * grant BLUETOOTH_CONNECT for TransportManagerTests * grant BLUETOOTH_CONNECT permission for MediaStreamingStatusTests * Ignore TransportBrokerTest with note to have an app with a running RouterService for test to work. * MultiplexBluetoothTransportTest testStateTransitions only check state if device is not an emulator, New emulator actually works, so to prevent incompatibility with older emulators only check on actual devices * Starting with API 30 we can not use reflection to fake NetworkCapabilities, only doing certain checks on API levels less then 30 for WiFiSocketFactoryTest * update comment for WiFiSocketFactoryTest * Update yml to target proper API level, use newer JDK and beef up emulator * Update targetSdkVersion to 36 and minSdkVersion to 21 * Update gradle to 8.13 * update dependencies * update CI * downgrade api level on CI * try arm runner with api level 36 * update android test to use arm based emulator for api 36 * update to run on ubuntu with x86_64 android image * change back to mac * beef up emulator * update emulator options * Use ubuntu runner * improve emulator boot time * use google_apis for the emulator type * Add enable kvm to make Android emulator run faster
renonick87
approved these changes
Nov 17, 2025
joeygrover
approved these changes
Nov 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 5.8.0
This PR is ready for review.
Risk
This PR makes [no] API changes.
Testing Plan
Verified Hello_SDL app successfully connects to Sync 3.
Installed and tested Hello_SDL on an API level 36 emulator with 16 KB page sizes, confirming successful connection to Manticore.
Tested video streaming over both Wireless and AOA (Android Open Accessory) connections.
Confirmed multiple SDL apps can connect simultaneously using a single app’s RouterService.
Ran a subset of UI-related tests from the test suite to ensure general functionality remains stable.
Tested connecting. old sdlAndroid 4.12.2 alongside this release app, verifying that they connected via this release RouterServices and functioned normally.
Core version / branch / commit hash / module tested against: Sync, Sync 4 , Manticore
HMI name / version / branch / commit hash / module tested against: Sync 3, Sync 4 , Manticore
Summary
SDL Android 5.8.0
CLA