Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8157070b authored by Joe Onorato's avatar Joe Onorato
Browse files

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
parent 02fb89a4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
###########################################################