Loading system/btcore/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ cc_library_static { }, } cc_library_headers { name: "libbtcore_headers", defaults: ["libchrome_support_defaults"], export_include_dirs: ["./"], vendor_available: true, host_supported: true, } // Note: It's good to get the tests compiled both for the host and the target so // we get to test with both Bionic libc and glibc // libbtcore unit tests for target and host Loading system/include/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -32,10 +32,12 @@ cc_library_headers { header_libs: [ "avrcp_headers", "libbluetooth-types-header", "libbtcore_headers", ], export_header_lib_headers: [ "avrcp_headers", "libbluetooth-types-header", "libbtcore_headers", ], export_include_dirs: ["./"], vendor_available: true, Loading Loading
system/btcore/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ cc_library_static { }, } cc_library_headers { name: "libbtcore_headers", defaults: ["libchrome_support_defaults"], export_include_dirs: ["./"], vendor_available: true, host_supported: true, } // Note: It's good to get the tests compiled both for the host and the target so // we get to test with both Bionic libc and glibc // libbtcore unit tests for target and host Loading
system/include/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -32,10 +32,12 @@ cc_library_headers { header_libs: [ "avrcp_headers", "libbluetooth-types-header", "libbtcore_headers", ], export_header_lib_headers: [ "avrcp_headers", "libbluetooth-types-header", "libbtcore_headers", ], export_include_dirs: ["./"], vendor_available: true, Loading