Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ruy_test_ext.bzl.opensource « ruy - github.com/google/ruy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5701fffa0f7c117a7d5b9a133f506a2b55400dff (plain)
1
2
3
4
5
6
7
"""Allows to specialize the ruy BUILD to availability of external libraries"""

def ruy_test_ext_defines():
    return []

def ruy_test_ext_deps():
    return []