Explicitly declare selinux_policy_(vendor|odm) in PRODUCT_PACKAGES

As part of the mk->bp migration, we are currently using heuristics to
classify the packages in `PRODUCT_PACKAGES` to deps of the different
android_filesystem modules. To aid such heuristics, separate phony
targets will be created for selinux_policy_vendor and
selinux_policy_odm. The former wil be added to deps of the autogenerated
vendor module and the latter will be added to deps of the autogenerated
odm module

Bug: 376755916
Test: Verified that NOTICE.xml.gz is the only diff in fileList contents
between kati and soong odm.img

Change-Id: I001080011e9a89b8053e91b042ed82e215b0187e
diff --git a/target/product/base_vendor.mk b/target/product/base_vendor.mk
index 3f85941..b4e450e 100644
--- a/target/product/base_vendor.mk
+++ b/target/product/base_vendor.mk
@@ -71,6 +71,8 @@
     passwd_odm \
     passwd_vendor \
     selinux_policy_nonsystem \
+    selinux_policy_vendor \
+    selinux_policy_odm \
     shell_and_utilities_vendor \
     odm-build.prop \