LOCAL_JNI_SHARED_LIBRARIES is no longer bad, so remove from my_soong_problems

Test: m out/target/product/$(get_build_var TARGET_DEVICE)/mk2bp_remaining.html out/target/product/$(get_build_var TARGET_DEVICE)/soong_to_convert.txt
Change-Id: Iacfe74ae5a7f4f0607c8cac718e0487c30d20cae
This commit is contained in:
Joe Onorato
2020-07-16 18:19:46 -07:00
parent 02fb89a4d7
commit 8157070b37

View File

@@ -6,10 +6,6 @@ ifneq ($(filter ../%,$(LOCAL_SRC_FILES)),)
my_soong_problems += dotdot_srcs
endif
ifneq (,$(LOCAL_JNI_SHARED_LIBRARIES))
my_soong_problems += jni_libs
endif
###########################################################
## Java version
###########################################################