diff options
author | 2025-02-27 08:23:49 +0100 | |
---|---|---|
committer | 2025-03-07 00:44:23 -0800 | |
commit | 914fe6843fc5773c32b810347cbfc669aa473647 (patch) | |
tree | 6603e24be200c4a05cb3ab11ac100315f1973ed9 /java/plugin.go | |
parent | e8d5d13b78ffe0db056f1329d87130c2068b75f7 (diff) |
Add support for R8 partial compilation in soong
This adds a new property Optimize.Exclude, which takes a path to a file containing a list of class names that should not be compiled using R8.
Example:
$ cat r8.exclude:
com.example.Foo
com.example.Bar
com.example.Bar
By default all classes are compiled using R8 when Optimize.Enabled is set.
Bug: 376196706
Test: existing
Change-Id: Ibc62f137e9c9251618d4ffbb655bc41b8b5b95e9
Diffstat (limited to 'java/plugin.go')
0 files changed, 0 insertions, 0 deletions