Commit 8761c44
Mobile Install: Do not make applications debuggable if "-c opt" is used.
This aligns the logic with a normal application build. The idea here is to improve runtime performance of deployed applications. Setting debuggable=true in the manifest forces the app to be run in interpreted mode by ART.
PiperOrigin-RevId: 854194444
Change-Id: Id7bd7207af493f8af1ab9ea6e6f62a8ab8d9b97b1 parent 063b244 commit 8761c44
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments