Merge "Support apk for product_variables.debuggable" into main am: 01c3234190

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3261653

Change-Id: If0b95542b6d73998c0c13b8a62def34096259a74
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jim Tang
2024-09-11 03:00:26 +00:00
committed by Automerger Merge Worker

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