blob: b610084ea6b0fa7e0dc23d5163137bdfe376a8c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LIBRARY()
WITHOUT_LICENSE_TEXTS()
LICENSE(Apache-2.0)
ALLOCATOR_IMPL()
SRCDIR(contrib/libs/tcmalloc)
INCLUDE(../common.inc)
GLOBAL_SRCS(
# Options
tcmalloc/want_hpaa_subrelease.cc
)
END()
|