Set default prefix to absl_internal_

This commit is contained in:
Loo Rong Jie 2018-08-24 10:11:09 +08:00
parent f1c17a303a
commit 1ecb60be39
7 changed files with 23 additions and 23 deletions

View file

@ -85,7 +85,7 @@ absl_library(
${SYMBOLIZE_SRC}
PUBLIC_LIBRARIES
absl::base
absl_malloc_internal
absl_internal_malloc_internal
EXPORT_NAME
symbolize
)