summaryrefslogtreecommitdiff
path: root/java/device_host_converter.go
diff options
context:
space:
mode:
author Joe Onorato <joeo@google.com> 2023-07-16 13:20:33 -0700
committer Joe Onorato <joeo@google.com> 2023-07-20 11:33:06 -0700
commit6fe59eb7f0985ee787e23e3edbca270a1a33e817 (patch)
tree1fe63ab0e3a63a5f66490d67275a531354844361 /java/device_host_converter.go
parentcfcd0a4960cc006e5574bfb426b3d27159f75148 (diff)
Track transitive usage of aconfig flags and add LOCAL_ACONFIG_FILES to Android-<product>.mk
Bug: 283910439 Test: m nothing (runs soong tests) Change-Id: I59f9bef7b7c502565d531a5685c002a177e0a77c
Diffstat (limited to 'java/device_host_converter.go')
-rw-r--r--java/device_host_converter.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/device_host_converter.go b/java/device_host_converter.go
index 3581040f8..5460dc993 100644
--- a/java/device_host_converter.go
+++ b/java/device_host_converter.go
@@ -143,6 +143,8 @@ func (d *DeviceHostConverter) GenerateAndroidBuildActions(ctx android.ModuleCont
ResourceJars: d.resourceJars,
SrcJarArgs: d.srcJarArgs,
SrcJarDeps: d.srcJarDeps,
+ // TODO: Not sure if aconfig flags that have been moved between device and host variants
+ // make sense.
})
}