aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2024-02-16 03:35:02 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-16 03:35:02 +0000
commit764ab5f5db37a3a97778bb0a60b46f1d984de5bc (patch)
tree1744ff3743de0a8de0b56e458e2444bdea624ee4
parentcabb06f6380af41fef35d497ff90f3f420d0a761 (diff)
parent1d0e95899d3f4cf4b6294eaf5926962bbe0bf168 (diff)
downloadstorage-764ab5f5db37a3a97778bb0a60b46f1d984de5bc.tar.gz
Add new file report_linux.cpp. am: 1d0e95899d
Original change: https://android-review.googlesource.com/c/trusty/app/storage/+/2787034 Change-Id: I1e99f89c9ca86c5a46b58a4626f4b2ecd94be28e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--scudo/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scudo/rules.mk b/scudo/rules.mk
index 4e1c615..b97e265 100644
--- a/scudo/rules.mk
+++ b/scudo/rules.mk
@@ -57,6 +57,7 @@ MODULE_SRCS += \
$(SCUDO_DIR)/standalone/mem_map.cpp \
$(SCUDO_DIR)/standalone/release.cpp \
$(SCUDO_DIR)/standalone/report.cpp \
+ $(SCUDO_DIR)/standalone/report_linux.cpp \
$(SCUDO_DIR)/standalone/string_utils.cpp \
$(SCUDO_DIR)/standalone/trusty.cpp \
$(SCUDO_DIR)/standalone/rss_limit_checker.cpp \