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

Commit 0adcb0c7 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 am: 98fd5d25

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

Change-Id: I058553fbd3ccb184b562c0fca9d512a4e666bcd6
parents bc7eeeba 98fd5d25
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)
#######################################