summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2024-05-15 20:33:06 +0900
committer Jiyong Park <jiyong@google.com> 2024-05-16 19:40:00 +0900
commit5f0943f33f030a623db9046c8ea324099b735158 (patch)
tree65071ebd59c064249665472995c19328caf42a4e /java/java.go
parent4f487c5b565717f64c91dcdabb9233324bf9a6ba (diff)
APK-in-APEX should set use_embedded_native_libs: true
So far, we automatically have embedded JNI libs for APKs in APEX, even if use_embedded_native_libs was not set or set to false. With this change, such APKs should explicitly set the property. This is in preparation for an upcoming change for using different dependency tags to JNI deps depending on whether they are embedded (thus no install is needed), or not (thus installation to the partition is needed). shouldEmbedJni function now doesn't make use of the ApexInfoProvider which is not available during deps mutator. Bug: N/A Test: m Change-Id: I836171aacba19dbfa0e09f16a773ae498c56d60b
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions