Files
build_soong/java
Mythri Alle 4b9f618a76 Don't minimize debug information if module explicitly asks for it
In some configurations (for ex: go, auto) we minimize debug information
to reduce disk and memory usage. However some tests need the debug
information to work as expected. If a test explicitly requests for debug
information by passing "-g" to javac flags don't add "-g:source,lines"
to minimize debug information. Javac gives priority to -g:source,lines
and doesn't respect the order. So check if there is a -g flag before
adding flags to minimize debug information.

Test: atest CtsJvmtiRunTest1912HostTestCases android.jvmti.cts.JvmtiHostTest1912#testJvmti
Change-Id: I45e0f5fa9e79c16c2ff6e9413941a9a637753653
2023-10-25 16:50:41 +00:00
..
2023-07-14 11:24:54 -07:00
2023-03-21 08:13:25 -07:00
2023-10-18 17:42:59 -07:00
2023-08-18 15:43:56 +00:00
2023-10-10 14:35:14 +02:00
2023-10-18 17:42:59 -07:00
2023-10-18 17:42:59 -07:00
2023-10-18 17:42:59 -07:00
2022-08-17 10:43:13 -07:00
2023-05-19 20:31:32 +00:00
2023-01-20 17:05:14 -05:00
2023-09-20 09:53:39 -07:00
2023-09-29 10:24:13 +10:00
2023-10-23 15:25:55 +00:00