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:
@@ -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
|
||||
###########################################################
|
||||
|
Reference in New Issue
Block a user