Loading core/java_common.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 ########################################################### Loading core/soong_app_prebuilt.mk +2 −0 Original line number Diff line number Diff line Loading @@ -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) core/soong_java_prebuilt.mk +2 −0 Original line number Diff line number Diff line Loading @@ -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
core/java_common.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 ########################################################### Loading
core/soong_app_prebuilt.mk +2 −0 Original line number Diff line number Diff line Loading @@ -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)
core/soong_java_prebuilt.mk +2 −0 Original line number Diff line number Diff line Loading @@ -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)