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:
Treehugger Robot 2018-08-17 23:11:56 +00:00 committed by Gerrit Code Review
commit fe411d1860
3 changed files with 8 additions and 0 deletions

View file

@ -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
###########################################################

View file

@ -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)

View file

@ -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)