Actions
Bug #43
open[GTS 13.1_r2] GtsFeaturesTestCases (4 failures)
Status:
New
Priority:
High
Assignee:
-
Start date:
09/15/2026
Due date:
% Done:
0%
Estimated time:
Description
- Root cause
The device is incorrectly declaring the 'com.google.android.feature.ASI' feature in its build configuration, while the Android System Intelligence (ASI) is either not installed or not properly configured, violating GMS requirements for devices with Android T and at least 4GB of RAM.
- Solution
1. Check the device's build configuration file located at 'device/<vendor>/<device>/build.prop' for the property 'ro.product.features' and ensure it does not include 'com.google.android.feature.ASI' if ASI is not installed.
2. Verify that ASI is installed on the device by checking the package manager with 'adb shell pm list packages | grep com.google.android.asiservice'.
3. If ASI is not installed, ensure that the ASI package is included in the device's system image and properly configured in the 'Android.mk' or 'Android.bp' files located in 'vendor/<vendor>/asi/'.
4. If the device has at least 4GB of RAM, ensure that the ASI is included in the build and properly referenced in the VINTF manifest at 'device/<vendor>/<device>/vintf/manifest.xml'.
5. Rebuild the device image and retest the GTS.
- Failures (4)
- GtsFeaturesTestCases / test_qPlusDeviceWithoutAsi_notPixelAndFeatureTagsNotDeclared
- GtsFeaturesTestCases / test_qPlusDeviceWithoutAsi_notPixelAndFeatureTagsNotDeclared
- GtsFeaturesTestCases / test_tPlus4GBPlusDevice_asiInstalled
- GtsFeaturesTestCases / test_tPlus4GBPlusDevice_asiInstalled
- 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