commit | 0ed18e09bca47fd87642151e08a8cb63698a5f1d | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Nov 03 05:53:41 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 03 05:53:41 2021 +0000 |
tree | 7d4d6ce29b60e5f00f2dfd7c82ff50c42d36aa4a | |
parent | d601c309c70ab990533576c0bd29ec0e49711c47 [diff] | |
parent | 5b5731cd0d2e8d70c7ed2f050cc2e55ffa637bfb [diff] |
Keep the following targets disabled in mixed build since there are errors in mixed_droid CI after go/oag/1861755 is submitted. am: c989eaf4c3 am: e18517bc25 am: bedc6ecdc8 am: 5b5731cd0d Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1879178 Change-Id: I9debadd841fddcb6097977b24a12c4e71a43b8ff
diff --git a/android/variable.go b/android/variable.go index baa6dfa..2a7b390 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -121,6 +121,8 @@ Shared_libs []string Cmdline []string + Srcs []string + Exclude_srcs []string } // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging