Fixes an issue where aar_with_jni fails when building with --config=android_java8_libs.
PiperOrigin-RevId: 341902988 Change-Id: I930407c178f6c6d7ae8eeaff87f8f1468e1ddc6a
This commit is contained in:
parent
c11d0dea22
commit
8f56cdca63
@ -43,6 +43,7 @@ EOF
|
||||
manifest = name + "_generated_AndroidManifest.xml",
|
||||
custom_package = "dummy.package.for.so",
|
||||
deps = [android_library],
|
||||
multidex = "native",
|
||||
# In some platforms we don't have an Android SDK/NDK and this target
|
||||
# can't be built. We need to prevent the build system from trying to
|
||||
# use the target in that case.
|
||||
|
Loading…
Reference in New Issue
Block a user