diff options
author | Yuexi Ma <yuexima@google.com> | 2020-12-09 19:05:56 -0800 |
---|---|---|
committer | Yuexi Ma <yuexima@google.com> | 2020-12-09 19:06:04 -0800 |
commit | e51010f6b627f756bba1cab2ea1736718275603c (patch) | |
tree | ef4b5e7ad91981daec202c88650046d644c71a43 | |
parent | 201f2cf86dc6575605076f5fe6e8cb0a595796b1 (diff) |
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 <plan>
Change-Id: Iedfb415080fbd2c77537fd87f6a7f501c6a9fa97
-rw-r--r-- | tests/Compatibility/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |