Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38d7ecd4 authored by David Duarte's avatar David Duarte
Browse files

Make bluetooth_flatbuffer_bundler_test host only

This test only works on the host currently as it doesn't
have a config to push the files needed for the test on the
device

Test: None
Change-Id: I562b5ab38283c4c07126842b62661fb8686efafb
parent cf18e931
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -69,9 +69,8 @@ cc_binary_host {
    ],
}

cc_test {
cc_test_host {
    name: "bluetooth_flatbuffer_bundler_test",
    host_supported: true,
    srcs: [
        ":BluetoothFlatbufferBundlerTestSources",
    ],