2019-10-07 17:03:41 +04:00

17 lines
446 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "OverlayStatusController",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
"//submodules/Display:Display#shared",
"//submodules/LegacyComponents:LegacyComponents",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
],
)