Merge "Fix mainline_mixed build"
diff --git a/core/Makefile b/core/Makefile
index 0210951..311fb22 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -2916,6 +2916,10 @@
   check_framework_manifest := true
 endif
 
+# TODO (b/131425279): delete this line once build_mixed script can correctly merge system and
+# product manifests.
+check_framework_manifest := true
+
 ifeq ($(check_framework_manifest),true)
 
 BUILT_ASSEMBLED_FRAMEWORK_MANIFEST := $(PRODUCT_OUT)/verified_assembled_framework_manifest.xml