Actions
Bug #44
open[GTS 13.1_r2] GtsIntelligenceTestCases - RuntimeException (2 failures)
Status:
New
Priority:
High
Assignee:
-
Start date:
09/15/2026
Due date:
% Done:
0%
Estimated time:
Description
- Root cause
The test failures are due to the absence of the package 'com.google.android.as', which is expected to be installed and configured for various intelligence roles (e.g., SYSTEM_NOTIFICATION_INTELLIGENCE, SYSTEM_UI_INTELLIGENCE) but is not found on the device. This indicates a missing or improperly configured system application that is required for the test to pass.
- Solution
1. Verify that the package 'com.google.android.as' is included in the system image. Check the build configuration files in 'device/<vendor>/<device>/build.prop' for any missing entries related to this package.
2. Ensure that the package is properly installed by checking the APK location in 'vendor/<vendor>/apps/com.google.android.as/' and confirm it is included in the system image.
3. If the package is missing, obtain the correct APK for 'com.google.android.as' and include it in the build.
4. Check the VINTF manifest in 'device/<vendor>/<device>/vintf/manifest.xml' to ensure that the roles are correctly defined and that the package is listed as a role holder.
5. Rebuild the system image and re-run the tests to confirm the issue is resolved.
- Failures (2)
- GtsIntelligenceTestCases / testIntelligenceRolesAllowed
- GtsIntelligenceTestCases / testIntelligenceRolesAllowed
- Build
T70 · Android 15 · AQ3A.250924.001 · 02.02.01.260319_dev · kernel 5.4.295-qgki-g870ce11b0b1f · SPL 2026-04-01
No data to display
Actions