commit | 4c1702cf2a13b607c6493a42326b17f59352fd9f | [log] [tgz] |
---|---|---|
author | ykhung <ykhung@google.com> | Mon Oct 18 21:43:17 2021 +0800 |
committer | YUKAI HUNG <ykhung@google.com> | Mon Oct 18 14:38:08 2021 +0000 |
tree | f61838e751db3bf197b42bc8d4cf76cc8c513cc9 | |
parent | e8c0373f0e4cb21025a73601aeaaf7bc78e9d2d5 [diff] |
Add missed "optional_uses_libs" to avoid testing failed After adding the missed "optional_uses_libs" I can run the SettingsRoboTests test locally (screenshot: https://screenshot.googleplex.com/3nLrCwX4bLHGxvP) Bug: 203408618 Test: make SettingsRoboTests Change-Id: I1bfdb2204fe89c8d0dbcfb347d10fa74853051e9
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 43bcec7..bc25377 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp
@@ -60,6 +60,10 @@ "ims-common", ], uses_libs: ["org.apache.http.legacy"], + optional_uses_libs: [ + "androidx.window.extensions", + "androidx.window.sidecar", + ], } //############################################################