Loading core/install_jni_libs.mk +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ endif ifneq ($(filter tests samples, $(LOCAL_MODULE_TAGS)),) ifneq ($(filter tests samples, $(LOCAL_MODULE_TAGS)),) my_embed_jni := true my_embed_jni := true endif endif ifneq ($(BOARD_VNDK_VERSION),) ifeq ($(PRODUCT_FULL_TREBLE),true) ifeq ($(filter $(TARGET_OUT)/%, $(my_module_path)),) ifeq ($(filter $(TARGET_OUT)/%, $(my_module_path)),) # If this app isn't to be installed to the system partition, and the device # If this app isn't to be installed to the system partition, and the device # is fully treble-ized then jni libs are embedded, Otherwise, access to the # is fully treble-ized then jni libs are embedded, Otherwise, access to the Loading Loading
core/install_jni_libs.mk +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ endif ifneq ($(filter tests samples, $(LOCAL_MODULE_TAGS)),) ifneq ($(filter tests samples, $(LOCAL_MODULE_TAGS)),) my_embed_jni := true my_embed_jni := true endif endif ifneq ($(BOARD_VNDK_VERSION),) ifeq ($(PRODUCT_FULL_TREBLE),true) ifeq ($(filter $(TARGET_OUT)/%, $(my_module_path)),) ifeq ($(filter $(TARGET_OUT)/%, $(my_module_path)),) # If this app isn't to be installed to the system partition, and the device # If this app isn't to be installed to the system partition, and the device # is fully treble-ized then jni libs are embedded, Otherwise, access to the # is fully treble-ized then jni libs are embedded, Otherwise, access to the Loading