Fix build

This commit is contained in:
Ilya Laktyushin 2020-09-05 06:57:35 +03:00
parent 48093b54d8
commit 9c067341bb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "GameUI",
name = "FileMediaResourceStatus",
srcs = glob([
"Sources/**/*.swift",
]),

View File

@ -1,7 +1,7 @@
load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "ItemListAddressItem",
name = "ListMessageItem",
srcs = glob([
"Sources/**/*.swift",
]),