Merge "Remove InstallBypassMake and ToMakePath" am: f1228f570a
am: a9f335cf5a
am: fd865c6688
am: 8ef2179a6e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1889722 Change-Id: If49c894804c5ca0dfd197ca848ff1c9ac79556f4
This commit is contained in:
@@ -488,7 +488,7 @@ func (a *AndroidApp) jniBuildActions(jniLibs []jniLib, ctx android.ModuleContext
|
||||
a.jniLibs = jniLibs
|
||||
if a.shouldEmbedJnis(ctx) {
|
||||
jniJarFile = android.PathForModuleOut(ctx, "jnilibs.zip")
|
||||
a.installPathForJNISymbols = a.installPath(ctx).ToMakePath()
|
||||
a.installPathForJNISymbols = a.installPath(ctx)
|
||||
TransformJniLibsToJar(ctx, jniJarFile, jniLibs, a.useEmbeddedNativeLibs(ctx))
|
||||
for _, jni := range jniLibs {
|
||||
if jni.coverageFile.Valid() {
|
||||
|
Reference in New Issue
Block a user