commit | 01c3234190e7865da433d54208646d48cc3f44bc | [log] [tgz] |
---|---|---|
author | Jim Tang <jimtang@google.com> | Wed Sep 11 02:56:11 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 11 02:56:11 2024 +0000 |
tree | bb4e20fae61e110b60eadf0001967cfc609c632b | |
parent | 8ca2a80d27a8ba06aed380ccc182fedd584a518e [diff] | |
parent | 914832444ed4558ccdbb4c98f1abc35b7775152b [diff] |
Merge "Support apk for product_variables.debuggable" 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