Define prebuilt_tvconfig module type

This module type is used only in fsgen package for prebuilt_* module
generation.

Test: lunch <failing product> && m nothing
Bug: 378585811
Change-Id: I13d7affc636f3a613cc396b379e8b5937189aa79
diff --git a/android/neverallow.go b/android/neverallow.go
index 6176a99..326150b 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -338,6 +338,7 @@
 			"prebuilt_bt_firmware",
 			"prebuilt_tvservice",
 			"prebuilt_optee",
+			"prebuilt_tvconfig",
 		).
 		DefinedInBpFile().
 		Because("module type not allowed to be defined in bp file")