From bc86d7361f64780509598c01b1c5ad7e44f8822b Mon Sep 17 00:00:00 2001 From: Ulya Trafimovich Date: Tue, 1 Sep 2020 12:05:13 +0100 Subject: Add information. The required "android.test.runner" is in the manifest for Browser2, and it must be explicitly added to `uses_libs` because it is not among the app dependencies and Soong cannot add it automatically. Bug: 132357300 Test: lunch cf_x86_phone-userdebug && m Change-Id: I0cd3307068c03cf7645db434c8dbbf7972a9dd50 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index e04b939..8eaa545 100644 --- a/Android.bp +++ b/Android.bp @@ -2,5 +2,6 @@ android_app { name: "Browser2", sdk_version: "current", srcs: ["src/**/*.java"], + uses_libs: ["android.test.runner"], product_specific: true, } -- cgit v1.2.3