From 175073c472baadcf6ccd7bf94f013a28edf0713a Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Thu, 1 Jun 2023 14:42:59 -0700 Subject: 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 --- java/java.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/java.go') 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{}) -- cgit v1.2.3-59-g8ed1b