diff options
author | 2023-06-01 14:42:59 -0700 | |
---|---|---|
committer | 2023-06-09 06:16:06 -0700 | |
commit | 175073c472baadcf6ccd7bf94f013a28edf0713a (patch) | |
tree | 445ad40f4b620cdb0ab83ef38aff29b1d0b3f0eb /java/java.go | |
parent | f1d37b351147ba74be40f5f313e61e9956e44d7f (diff) |
Make aconfig flags generate a library instead of a srcjar.
Also add unit tests for the rest of device_config
Bug: 283475679
Test: m nothing (soong unit tests)
Change-Id: Iee18a1f2f2cbb23e8c8d84c54e903b32be29a693
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 3a8047143..a026610c2 100644 --- a/java/java.go +++ b/java/java.go @@ -273,6 +273,8 @@ type JavaInfo struct { // JacocoReportClassesFile is the path to a jar containing uninstrumented classes that will be // instrumented by jacoco. JacocoReportClassesFile android.Path + + // TODO: Add device config declarations here? } var JavaInfoProvider = blueprint.NewProvider(JavaInfo{}) |