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 Merged-In: I930debdd129da7f61ac4b764980f73dfd487785d (cherry picked from commit 2bfc56ad2fcd0f65551a9c2ed8a9c2350f2e0cd1)
13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
cc_library_headers {
|
|
name: "libminikin_headers",
|
|
host_supported: true,
|
|
export_include_dirs: ["include"],
|
|
}
|
|
|
|
subdirs = [
|
|
"app",
|
|
"libs/minikin",
|
|
"sample",
|
|
"tests",
|
|
]
|