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
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
cc_library_headers {
|
|
name: "libminikin_headers",
|
|
host_supported: true,
|
|
export_include_dirs: ["include"],
|
|
}
|
|
|
|
subdirs = [
|
|
"app",
|
|
"libs/minikin",
|
|
"tests",
|
|
]
|