Merge "don't compress JNI libs extracted from aar_import" into main am: 35bc07cb2a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2636192 Change-Id: I7c94b0fb24d2c4a272308a932f1261638d94a546 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
16542620eb
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ var extractJNI = pctx.AndroidStaticRule("extractJNI",
|
|||
`jni_files=$$(find $outDir/jni -type f) && ` +
|
||||
// print error message if there are no JNI libs for this arch
|
||||
`[ -n "$$jni_files" ] || (echo "ERROR: no JNI libs found for arch ${archString}" && exit 1) && ` +
|
||||
`${config.SoongZipCmd} -o $out -P 'lib/${archString}' ` +
|
||||
`${config.SoongZipCmd} -o $out -L 0 -P 'lib/${archString}' ` +
|
||||
`-C $outDir/jni/${archString} $$(echo $$jni_files | xargs -n1 printf " -f %s")`,
|
||||
CommandDeps: []string{"${config.SoongZipCmd}"},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue