commit | 4f42f574a980ccaba7299ad88eefe77d5b4b7960 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Tue Oct 26 05:43:22 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 26 05:43:22 2021 +0000 |
tree | 5bf5e649b01eb0f00361bda3e6d32ac7e6feaeff | |
parent | d053703fb657814354ea49492e3eed3eeb9d2f98 [diff] | |
parent | d52ca4a62bc5a61e48fd062edece014009729000 [diff] |
Merge "Add android.hardware.wifi.supplicant-V1-ndk to VNDK list." am: cbab07b45f am: ae3cdab066 am: 01db2f61a7 am: d52ca4a62b Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1859860 Change-Id: I8859d2bfa3c7223117ff689f375de23b090c13c8
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