commit | 914832444ed4558ccdbb4c98f1abc35b7775152b | [log] [tgz] |
---|---|---|
author | Jim Tang <jimtang@google.com> | Tue Sep 10 18:04:28 2024 +0800 |
committer | Jim Tang <jimtang@google.com> | Tue Sep 10 18:06:22 2024 +0800 |
tree | 63163a172cc33b36415b4d898363d10708a49c21 | |
parent | 3507a28d75eb125bb0bb8554f6f7406d5e762664 [diff] [blame] |
Support apk for product_variables.debuggable Bug: 365707065 Test: m FactoryOtaPrebuilt Change-Id: I880b9d48b52d49cbf8c1eca6a67d3ffadc8ea0fc
diff --git a/android/variable.go b/android/variable.go index 9026f93..8c004df 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