1package {
2    // Inherits all licenses from parent to get Apache 2.0 and package name
3    default_applicable_licenses: [
4        "packages_modules_NeuralNetworks_license",
5    ],
6}
7
8cc_library_headers {
9    name: "neuralnetworks_example_fibonacci_extension",
10    host_supported: true,
11    vendor_available: true,
12    export_include_dirs: ["."],
13}
14