commit | f889a0ee1cbf76e3b454e52f793463bbf8a871e6 | [log] [tgz] |
---|---|---|
author | Lukacs T. Berki <lberki@google.com> | Tue Oct 26 14:44:20 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 26 14:44:20 2021 +0000 |
tree | 2532505815e442bd2a9c84ce307312ff5fcd9ade | |
parent | 4f42f574a980ccaba7299ad88eefe77d5b4b7960 [diff] | |
parent | 3a50f41deaca5f1daeb9a67d8e91098886bb4541 [diff] |
Generate actions when building the module graph. am: eb0454b2a4 am: 893308aa08 am: f66d5035fd am: 3a50f41dea Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1870487 Change-Id: I4f23933538851d1f19668c1e38f6b2f26d26bf17
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