diff options
author | David Srbecky <dsrbecky@google.com> | 2020-06-22 15:39:00 +0100 |
---|---|---|
committer | Treehugger Robot <treehugger-gerrit@google.com> | 2020-06-24 19:45:23 +0000 |
commit | 1cf46a3342d8821fcdb700ada24ac272e85a2a39 (patch) | |
tree | 1357357f0bb79433672883c6949fdd86b896b256 /libnativebridge | |
parent | 842e9c8c0affaff5253de233974c63ba7ba7f8b4 (diff) |
Copy tools needed by host gtests to testcases directory.
Atest requires that everything is in the testcases directory.
The files are not used yet (this is left to follow-up CLs).
Bug: 147819342
Test: check the generated general-tests.zip ("m general-tests")
Change-Id: Ied22a736e81a7cff03641d18bacd829b86a6ef0b
Diffstat (limited to 'libnativebridge')
-rw-r--r-- | libnativebridge/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnativebridge/Android.bp b/libnativebridge/Android.bp index e05771ad1d..c0f4791621 100644 --- a/libnativebridge/Android.bp +++ b/libnativebridge/Android.bp @@ -27,7 +27,7 @@ cc_library_headers { ], } -cc_library { +art_cc_library { name: "libnativebridge", defaults: ["libnativebridge-defaults"], visibility: [ |