commit | 1705fef470bcd264c05a8b247cf1465768e82725 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Sep 11 05:30:14 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 11 05:30:14 2024 +0000 |
tree | b5e9119a24c448cb62d2ca401f44f851626bc8d7 | |
parent | 01c3234190e7865da433d54208646d48cc3f44bc [diff] | |
parent | 69c78e9b6e18e057990fa35a37e0232267d6c0df [diff] |
Merge "Rerun globs when a dependency is missing" into main
diff --git a/android/variable.go b/android/variable.go index 8ca75ee..b238c4a 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -121,6 +121,7 @@ // are used for dogfooding and performance testing, and should be as similar to user builds // as possible. Debuggable struct { + Apk *string Cflags []string Cppflags []string Init_rc []string