diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-12-14 20:04:23 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-12-14 20:04:23 +0000 |
commit | 4adb372fc75b2eb2eda42b8cb3aa55c2f1d2ce33 (patch) | |
tree | 0ff4933b262e6391ae1b2f84938c42a988988da4 | |
parent | 4f631e337b1716e238b6a63a33ffd0c3f961d91b (diff) | |
parent | e51010f6b627f756bba1cab2ea1736718275603c (diff) |
Merge "Change the instrumentation app build target type"
-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. |