commit | f7fa021b6529cf467cc1bcda60a5a00615f257ca | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Apr 28 16:51:24 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 28 16:51:24 2022 +0000 |
tree | d3f3b45a53d52c9e1d1acd60d274a505d2cb20c7 | |
parent | 1b60bb4fe1ab6df08f2e0b4caf04313547e7138a [diff] | |
parent | eda12cb250a3de0d1eeafc28e2b0bb56935404e1 [diff] |
Merge "Set the dist dir for musl targets of build_version_test"
diff --git a/cc/libbuildversion/tests/Android.bp b/cc/libbuildversion/tests/Android.bp index 0e97fed..c616a33 100644 --- a/cc/libbuildversion/tests/Android.bp +++ b/cc/libbuildversion/tests/Android.bp
@@ -35,6 +35,16 @@ dir: "host/", }, }, + linux_musl_x86: { + dist: { + dir: "host32/", + }, + }, + linux_musl_x86_64: { + dist: { + dir: "host/", + }, + }, linux_glibc_x86: { dist: { dir: "host32/",