commit | 1cb3a4d9cca1c5ff3dd0b93f7f9021bd006b81ce | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Thu Oct 14 14:57:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 14 14:57:52 2021 +0000 |
tree | b5e1fc68cdd594450df1eb506f9d8f7b11bf644a | |
parent | ead0d42fa9638b3fae8fc7e1f2be6d66b4dfe482 [diff] | |
parent | 7e7dc009836f7df81d9b0168dd432cb2248f9d39 [diff] |
Merge "Add missing directories to bp2build." am: 47a6c59819 am: 183628579e am: 74f79ad88f am: 7e7dc00983 Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1856736 Change-Id: I95fc6a6a38a12101f087d7b0d42c98241a23fb58
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