aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /build/plugins/ya.make
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'build/plugins/ya.make')
-rw-r--r--build/plugins/ya.make24
1 files changed, 0 insertions, 24 deletions
diff --git a/build/plugins/ya.make b/build/plugins/ya.make
deleted file mode 100644
index e9ca97626d..0000000000
--- a/build/plugins/ya.make
+++ /dev/null
@@ -1,24 +0,0 @@
-OWNER(g:ymake)
-
-PY2_LIBRARY()
-
-PY_SRCS(
- code_generator.py
- ssqls.py
- maps_mobile_idl.py
-
- _common.py
- _requirements.py
-)
-
-PEERDIR(
- build/plugins/lib
- build/plugins/lib/test_const
-)
-
-END()
-
-RECURSE(
- tests
- lib/test_const
-)