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

Commit 37b62a35 authored by David Duarte's avatar David Duarte Committed by Chris Manton
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
Bug: 265213364
Merged-In: I562b5ab38283c4c07126842b62661fb8686efafb
Change-Id: I562b5ab38283c4c07126842b62661fb8686efafb
(cherry picked from commit 38d7ecd4)
parent 6ecf7fd3
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",
    ],