Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98fd5d25 authored by Bob Badour's avatar Bob Badour Committed by Automerger Merge Worker
Browse files

Merge "Re-call BUILD_NOTICE_FILE for modules that add deps" am: 08472a6b

Original change: https://android-review.googlesource.com/c/platform/build/+/1817318

Change-Id: I0b3e806c6ef03de8e8fa5ae4120d3194f9f8b1f9
parents 5353d0f3 08472a6b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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)
#######################################
+5 −0
Original line number Diff line number Diff line
@@ -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)
#######################################
+5 −0
Original line number Diff line number Diff line
@@ -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)
#######################################