Ver código fonte

Merge "Set the dist dir for musl targets of build_version_test"

Treehugger Robot 2 anos atrás
pai
commit
f7fa021b65
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      cc/libbuildversion/tests/Android.bp

+ 10 - 0
cc/libbuildversion/tests/Android.bp

@@ -35,6 +35,16 @@ cc_defaults {
                 dir: "host/",
             },
         },
+        linux_musl_x86: {
+            dist: {
+                dir: "host32/",
+            },
+        },
+        linux_musl_x86_64: {
+            dist: {
+                dir: "host/",
+            },
+        },
         linux_glibc_x86: {
             dist: {
                 dir: "host32/",