blob: 59b96b2a63ed60a7e32680679bb7a9dbb7714a58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# WARN:
# The Piglet sync service (abc:cc-piglet) relies on prebuiltness of protoc.
# DO NOT REMOVE ya.make.prebuilt.
IF (USE_PREBUILT_TOOLS)
INCLUDE(ya.make.prebuilt)
ENDIF()
IF (NOT PREBUILT)
INCLUDE(bin/ya.make)
ENDIF()
RECURSE(
bin
plugins
)
|