mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
See build/soong/README.md for more information. Test: m -j checkbuild Change-Id: I930debdd129da7f61ac4b764980f73dfd487785d
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
cc_library_static {
|
|
name: "libminikin-tests-util",
|
|
srcs: [
|
|
"FileUtils.cpp",
|
|
"FontTestUtils.cpp",
|
|
"MinikinFontForTest.cpp",
|
|
"UnicodeUtils.cpp",
|
|
],
|
|
export_include_dirs: ["."],
|
|
shared_libs: ["libxml2"],
|
|
static_libs: ["libminikin"],
|
|
header_libs: ["libminikin-headers-for-tests"],
|
|
}
|