commit | b97af3ed959c918794df834ec7fcac1dcd877696 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Oct 13 15:50:17 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 13 15:50:17 2021 +0000 |
tree | 830196571a781f48bcae7706fc0df26120240eb5 | |
parent | b55087c4e07247bc19f8e9442358aa3d5c4c7e74 [diff] | |
parent | 3f3d8dcbd568fa1e27d2643151a1da0e472c0161 [diff] |
Merge "Stop prebuilt_apex/apex_set exporting invalid jars to Make" am: 13dd220448 am: 964d2d7a51 am: a242a29f0e am: 3f3d8dcbd5 Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1853520 Change-Id: Ib227b74a4aa455c49234f19b48949971a9908c77
diff --git a/android/variable.go b/android/variable.go index 4a82f23..e7641af 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -116,6 +116,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