Merge "Re-call BUILD_NOTICE_FILE for modules that add deps"

This commit is contained in:
Bob Badour
2021-09-10 16:59:06 +00:00
committed by Gerrit Code Review
3 changed files with 15 additions and 0 deletions

View File

@@ -131,3 +131,8 @@ $(eval $(call copy-one-file,$(LOCAL_FULL_CLASSES_JACOCO_JAR),$(full_classes_jar)
ifeq ($(TURBINE_ENABLED),false)
$(eval $(call copy-one-file,$(LOCAL_FULL_CLASSES_JACOCO_JAR),$(full_classes_header_jar)))
endif
#######################################
# Capture deps added after base_rules.mk
include $(BUILD_NOTICE_FILE)
#######################################

View File

@@ -254,3 +254,8 @@ ifdef LOCAL_PREBUILT_COVERAGE_ARCHIVE
endif
SOONG_ALREADY_CONV += $(LOCAL_MODULE)
#######################################
# Capture deps added after base_rules.mk
include $(BUILD_NOTICE_FILE)
#######################################

View File

@@ -206,3 +206,8 @@ $(my_exported_sdk_libs_file):
$(hide) touch $@)
SOONG_ALREADY_CONV += $(LOCAL_MODULE)
#######################################
# Capture deps added after base_rules.mk
include $(BUILD_NOTICE_FILE)
#######################################