Skip to content

Commit a56ce2a

Browse files
author
oxy
committed
build: disable tv builds
1 parent 6181c43 commit a56ce2a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

settings.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ include(
3232
":business:channel",
3333
":business:extension",
3434
)
35-
include(":baselineprofile:smartphone", ":baselineprofile:tv")
35+
include(
36+
":baselineprofile:smartphone",
37+
// ":baselineprofile:tv"
38+
)
3639
include(":i18n")
3740
include(
3841
":lint:annotation",

0 commit comments

Comments
 (0)