blob: 4eaae5ae1f50a9b5b9aeb05f15934c9f14ea814c [file] [log] [blame]
cc_library_static {
name: "libtextclassifier_abseil",
export_include_dirs: ["."],
visibility: ["//external/libtextclassifier:__subpackages__"],
srcs: [
"absl/**/*.cc",
],
apex_available: [
"//apex_available:platform",
"com.android.extservices",
],
sdk_version: "current",
min_sdk_version: "30",
stl: "libc++_static",
exclude_srcs: [
"**/*_test.cc",
"**/*_test_common.cc",
"**/*test_util.cc",
"**/*test_utils.cc",
"**/*benchmark.cc",
"absl/random/benchmarks.cc",
"absl/hash/internal/print_hash_of.cc",
],
}