Merge changes from topic "rm_ONE_SHOT_MAKEFILE"

* changes:
  Remove [jni_]link_type files
  Remove support for ONE_SHOT_MAKEFILE
This commit is contained in:
Dan Willemsen
2019-08-01 21:11:02 +00:00
committed by Gerrit Code Review
9 changed files with 14 additions and 193 deletions

View File

@@ -1403,15 +1403,9 @@ built_whole_libraries := \
# libraries have already been linked into the module at that point.
# We do, however, care about the NOTICE files for any static
# libraries that we use. (see notice_files.mk)
#
# Don't do this in mm, since many of the targets won't exist.
ifeq ($(ONE_SHOT_MAKEFILE),)
installed_static_library_notice_file_targets := \
$(foreach lib,$(my_static_libraries) $(my_whole_static_libraries), \
NOTICE-$(if $(LOCAL_IS_HOST_MODULE),HOST$(if $(my_host_cross),_CROSS,),TARGET)-STATIC_LIBRARIES-$(lib))
else
installed_static_library_notice_file_targets :=
endif
$(notice_target): | $(installed_static_library_notice_file_targets)
$(LOCAL_INSTALLED_MODULE): | $(notice_target)