commit | 3fae6fe0db5b428d12b6547a12c8b7e1cfec0738 | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Tue Jun 21 12:00:02 2022 -0400 |
committer | Vinh Tran <vinhdaitran@google.com> | Mon Jun 27 12:05:11 2022 -0400 |
tree | 63c59ac795d6bd3dc6a3564d30d5e2e82f546305 | |
parent | f68794510fcbfd10a38bdfbf8d5d6c1f6d206afb [diff] [blame] |
Default BuildBrokenDepfile to empty (false) Test: The builds should still pass because all depfile is cleanup in AOSP Bug: 179452413 Change-Id: Ifb6f5320f72c3beb44ddd6654100645e0a62e659
diff --git a/core/board_config.mk b/core/board_config.mk index 8074225..d280349 100644 --- a/core/board_config.mk +++ b/core/board_config.mk
@@ -174,6 +174,7 @@ _build_broken_var_list := \ + BUILD_BROKEN_DEPFILE \ BUILD_BROKEN_DUP_RULES \ BUILD_BROKEN_DUP_SYSPROP \ BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES \