Remove init.zygote64_32.rc from whitelist

As we included init.zygote64_32.rc in mainline_system.mk, we may remove
it from the whitelist in the device make file.

Bug: 143121605
Test: build test for all device targets
Change-Id: I728422d3b6a4aff6d1140f3bc966d21c25fb3f2a
diff --git a/aosp_bonito.mk b/aosp_bonito.mk
index f8ec573..b476258 100644
--- a/aosp_bonito.mk
+++ b/aosp_bonito.mk
@@ -24,9 +24,6 @@
 # TODO(b/138706293): Enable mainline checking later
 # PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
 
-PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \
-    root/init.zygote64_32.rc \
-
 #
 # All components inherited here go to product image
 #
diff --git a/aosp_sargo.mk b/aosp_sargo.mk
index ad031a9..9322461 100644
--- a/aosp_sargo.mk
+++ b/aosp_sargo.mk
@@ -24,9 +24,6 @@
 # TODO(b/138706293): Enable mainline checking later
 # PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
 
-PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \
-    root/init.zygote64_32.rc \
-
 #
 # All components inherited here go to product image
 #