summaryrefslogtreecommitdiff
path: root/java/sdk_library_test.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-08-19 16:56:11 -0700
committer Cole Faust <colefaust@google.com> 2024-08-20 11:44:04 -0700
commit3dac486013cf4256f7ce1bc15e0aa43bbb2524fe (patch)
treee4365c48c2b2e89e5531b973eca5a9a0ffc7430d /java/sdk_library_test.go
parentee5b92fd6c9d306ceedc94e837b777bc2179040c (diff)
Only add deps on java_binary's jni_libs on host
The jni_libs property of java_binary is documented to only install the jni libraries on host. However, it was adding installable deptag deps on those libraries, even if they were for device. This caused soong to emit installation rules for the jni libraries, causing them to be installed to the staging directory, but not emitting proper information to make, so they wouldn't be included on the built partitions. Only install them if the module is built for host, so that they don't erroneously appear in the staging directory. Bug: 344695913 Test: Presubmits Change-Id: Ic40b4fc6d7dbd51c03b08e28037be5428db49c33
Diffstat (limited to 'java/sdk_library_test.go')
0 files changed, 0 insertions, 0 deletions