From e51010f6b627f756bba1cab2ea1736718275603c Mon Sep 17 00:00:00 2001 From: Yuexi Ma Date: Wed, 9 Dec 2020 19:05:56 -0800 Subject: Change the instrumentation app build target type Change the instrumentation app build target type to avoid generating a TradeFed test module config file. Test: make csuite && csuite-tradefed run Change-Id: Iedfb415080fbd2c77537fd87f6a7f501c6a9fa97 --- tests/Compatibility/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Compatibility/Android.bp') diff --git a/tests/Compatibility/Android.bp b/tests/Compatibility/Android.bp index 7dc44fa4a260..c14e705b09ab 100644 --- a/tests/Compatibility/Android.bp +++ b/tests/Compatibility/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -android_test { +android_test_helper_app { name: "AppCompatibilityTest", static_libs: ["androidx.test.rules"], // Include all test java files. -- cgit v1.2.3-59-g8ed1b