Merge "Support apk for product_variables.debuggable" into main

This commit is contained in:
Jim Tang
2024-09-11 02:56:11 +00:00
committed by Gerrit Code Review

View File

@@ -121,6 +121,7 @@ type variableProperties struct {
// 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