From 8f323ae364695325c648708eb58047b41f29adfe Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 23 Jun 2021 20:01:13 -0700 Subject: [PATCH] Add libs to debuggable Test: pass Bug: 190868302 Change-Id: Ia51d9bb97d2f413b515335534cd5a771da68ce4b --- android/variable.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/variable.go b/android/variable.go index 7658cdd4a..59ae18783 100644 --- a/android/variable.go +++ b/android/variable.go @@ -101,6 +101,9 @@ type variableProperties struct { Keep_symbols *bool Keep_symbols_and_debug_frame *bool } + Static_libs []string + Whole_static_libs []string + Shared_libs []string } // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging