diff options
| author | 2023-05-26 18:03:39 +0000 | |
|---|---|---|
| committer | 2023-06-06 00:07:37 +0000 | |
| commit | 39ccf93c65a2614aacf78a0a30980971308d0729 (patch) | |
| tree | 6b51a4aef16e18298539a49e8b4c448dd3a1e7bd /java/java.go | |
| parent | 331c7d77c4554857db48ac0055340b5bf9f056b1 (diff) | |
bp2build support for stem
By default, the artifacts generated by cc_binary and cc_library in Soong
track the module name. But Soong supports overidding this using the stem
property. e.g.
```
cc_library {
name: "foo.1.2",
stem: "foo",
}
```
will generate foo.so
This CL adds this property to bp2build
Test: bp2build unit tests
Bug: 240563612
Change-Id: I1dfed870d5bad450511b72c397d2355c01fa3b60
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions