commit | 87318575508ef904de87aa59a9e9abfcc811f97d | [log] [tgz] |
---|---|---|
author | FanWu <cechkahn@google.com> | Wed Nov 29 15:10:12 2023 +0800 |
committer | Fan Wu <cechkahn@google.com> | Mon Dec 04 09:00:50 2023 +0000 |
tree | be1641a8aac16f1a704852eb2759fb4c82038f38 | |
parent | 0a32ca2bbc37b5d9587ece7c4e9a9436225fe0b8 [diff] [blame] |
Add "test_suites" attribute to SettingsRoboTests. Reference: https://source.android.com/compatibility/tests/development/test-mapping#packaging_build_script_rules Bug: 312571846 Test: config change Change-Id: I8a3e99a59309f1f63294e0ff88fb0536164c1cd1
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index fa55f35..6d3c748 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp
@@ -50,6 +50,8 @@ "src/**/*.kt", ], + test_suites: ["general-tests"], + static_libs: [ "Robolectric_shadows_androidx_fragment_upstream", "Settings_robolectric_meta_service_file",