Files
Android11/prebuilts/build-tools/Android.bp
2023-10-13 14:01:41 +00:00

10 lines
267 B
Plaintext

cc_library_headers {
name: "FlexLexer",
host_supported: true,
vendor_available: true,
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
export_include_dirs: ["common/flex"],
notice: "common/flex/NOTICE",
}