Merge changes I44f7a486,I136e6fa7
* changes: Add jni shared libraries to java soong_to_convert problems Fix java soong_to_convert data
This commit is contained in:
commit
fe411d1860
3 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,10 @@ ifneq ($(filter ../%,$(LOCAL_SRC_FILES)),)
|
|||
my_soong_problems += dotdot_srcs
|
||||
endif
|
||||
|
||||
ifneq (,$(LOCAL_JNI_SHARED_LIBRARIES))
|
||||
my_soong_problems += jni_libs
|
||||
endif
|
||||
|
||||
###########################################################
|
||||
## Java version
|
||||
###########################################################
|
||||
|
|
|
@ -104,3 +104,5 @@ ifdef LOCAL_SOONG_RRO_DIRS
|
|||
$(LOCAL_EXPORT_PACKAGE_RESOURCES), \
|
||||
$(LOCAL_SOONG_RRO_DIRS))
|
||||
endif
|
||||
|
||||
SOONG_ALREADY_CONV := $(SOONG_ALREADY_CONV) $(LOCAL_MODULE)
|
||||
|
|
|
@ -161,3 +161,5 @@ $(my_exported_sdk_libs_file):
|
|||
$(if $(PRIVATE_EXPORTED_SDK_LIBS),\
|
||||
$(hide) echo $(PRIVATE_EXPORTED_SDK_LIBS) | tr ' ' '\n' > $@,\
|
||||
$(hide) touch $@)
|
||||
|
||||
SOONG_ALREADY_CONV := $(SOONG_ALREADY_CONV) $(LOCAL_MODULE)
|
||||
|
|
Loading…
Reference in a new issue