commit | 61c03cdc284b7fe8eba066f6f48beb22ba34d596 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Oct 26 23:36:44 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 26 23:36:44 2021 +0000 |
tree | f6c26f6756e2ff0ee09d8c7946e7bc9449d4998d | |
parent | 4766dc2b3f0f1e2f7128c19838f3bb7a78d20788 [diff] | |
parent | 75b7cb8e3d1bb960e862d264c538183581ddaf19 [diff] |
Merge "Add health to vndk vendor variant list" am: bc909df732 am: 62dc52bb85 am: 83bb70d062 am: 75b7cb8e3d Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1557255 Change-Id: Ide490c4b1c267aaa9efbb4a46a99e055fe6f5c4e
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