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

Commit c35935c3 authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Merge "Don't install jni libs for uninstallable modules" am: 627fa73d am:...

Merge "Don't install jni libs for uninstallable modules" am: 627fa73d am: dc6b6607 am: 25b05a35

Original change: https://android-review.googlesource.com/c/platform/build/+/2482535



Change-Id: Id46c411a3af6739e88c8b04104b91a2c054dcc77
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e89ee378 25b05a35
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -162,6 +162,7 @@ $(LOCAL_BUILT_MODULE): | $(call copy-many-files, $(my_jni_lib_symbols_copy_files
# embedded JNI will already have been handled by soong
my_embed_jni :=
my_prebuilt_jni_libs :=
ifneq (true,$(LOCAL_UNINSTALLABLE_MODULE))
  ifdef LOCAL_SOONG_JNI_LIBS_$(TARGET_ARCH)
    my_2nd_arch_prefix :=
    LOCAL_JNI_SHARED_LIBRARIES := $(LOCAL_SOONG_JNI_LIBS_$(TARGET_ARCH))
@@ -176,6 +177,7 @@ ifdef TARGET_2ND_ARCH
      include $(BUILD_SYSTEM)/install_jni_libs_internal.mk
    endif
  endif
endif
LOCAL_SHARED_JNI_LIBRARIES :=
my_embed_jni :=
my_prebuilt_jni_libs :=