commit | 557e3fa4a65879d188ba525aadcb838c34a85ce6 | [log] [tgz] |
---|---|---|
author | Oriol Prieto Gasco <opg@google.com> | Thu Apr 28 12:17:41 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 28 12:17:41 2022 +0000 |
tree | e82c51d012dcccc985668fc8fd6c22d574cd2e33 | |
parent | 8fc3fa09fa4f20fe8e1c635eec5410aeba043327 [diff] | |
parent | 92e3e4fbf6e7e15415c819a3b9cc50f45692810e [diff] |
Merge "Set the dist dir for musl targets of build_version_test" into tm-dev
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/",