aboutsummaryrefslogtreecommitdiff
path: root/java/generated_java_library.go
Commit message (Collapse)AuthorAgeFilesLines
* Automatically propagate jarjar rules for aconfig librariesJoe Onorato2024-02-031-0/+5
| | | | | | Test: treehugger Bug: 310504781 Change-Id: I639d12ff33175b7bed7e7d0595a40dd9b0d99367
* Remove ConvertWithBp2build implementationsColin Cross2023-12-081-7/+0
| | | | | | | | | Remove the ConvertWithBp2build implementations from all the module types, along with the related code. Bug: 315353489 Test: m blueprint_tests Change-Id: I212672286686a318893bc7348ddd5a5ec51e77a7
* Convert java_aconfig_library to bazel.Yu Liu2023-10-021-0/+6
| | | | | | Bug: 297357579 Test: Unit test and AconfigJavaHostTest Change-Id: Icf944cc0b2a7382107923d49b2d2ff0eb4113638
* Add aconfig annotations for java_aconfig_libraryJoe Onorato2023-08-261-0/+21
| | | | | | Test: m Bug: 289087078 Change-Id: I860b91f984b2f2c596360490337fb25a4df7a988
* Allow generated java libs to specify libraries.Joe Onorato2023-08-201-5/+0
| | | | | | | | | Not having them before was just being conservative, and now libs at least is needed. Bug: 293195086 Test: m Change-Id: Ieaa66d11fc983751fd302a21e17802748a535fa7
* Track transitive usage of aconfig flags and add LOCAL_ACONFIG_FILES to ↵Joe Onorato2023-07-201-2/+2
| | | | | | | | Android-<product>.mk Bug: 283910439 Test: m nothing (runs soong tests) Change-Id: I59f9bef7b7c502565d531a5685c002a177e0a77c
* Make aconfig flags generate a library instead of a srcjar.Joe Onorato2023-06-091-0/+94
Also add unit tests for the rest of device_config Bug: 283475679 Test: m nothing (soong unit tests) Change-Id: Iee18a1f2f2cbb23e8c8d84c54e903b32be29a693