Rename LibraryType to SoftwareType

Our LibraryType encompases more than just libraries and thus
it is more accurate to call these software types. For example
TEST_APPLICATION is not really a library.

Test: ./gradlew bOS --dry-run
Change-Id: I940f2b5cc52398cb695bcb65c0ef929f3e8c1663
diff --git a/constraintlayout/constraintlayout-compose-lint/build.gradle b/constraintlayout/constraintlayout-compose-lint/build.gradle
index 84322c5..6a2505f 100644
--- a/constraintlayout/constraintlayout-compose-lint/build.gradle
+++ b/constraintlayout/constraintlayout-compose-lint/build.gradle
@@ -22,7 +22,7 @@
  * modifying its settings.
  */
 import androidx.build.BundleInsideHelper
-import androidx.build.LibraryType
+import androidx.build.SoftwareType
 
 plugins {
     id("AndroidXPlugin")
@@ -46,7 +46,7 @@
 
 androidx {
     name = "ConstraintLayout Compose lint checks"
-    type = LibraryType.LINT
+    type = SoftwareType.LINT
     inceptionYear = "2022"
     description = "Lint checks for ConstraintLayout in Compose"
 }
\ No newline at end of file