Clean up component names, add build-time enforcement

Bug: 281081899
Test: ./gradlew tasks
Merged-In: Ic67976482d3cacfaf0d3a41920eb2006d9842966
Change-Id: Ic67976482d3cacfaf0d3a41920eb2006d9842966
diff --git a/tv/tv-material/build.gradle b/tv/tv-material/build.gradle
index 334a3f1..760e574 100644
--- a/tv/tv-material/build.gradle
+++ b/tv/tv-material/build.gradle
@@ -57,7 +57,7 @@
 }
 
 androidx {
-    name = "androidx.tv:tv-material"
+    name = "TV Material"
     type = LibraryType.PUBLISHED_LIBRARY
     inceptionYear = "2022"
     description = "build TV applications using controls that adhere to Material Design Language."