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

Commit 53ac814d authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

sysprops_module: Allow link to host for unittesting

Bug: 307006275
Bug: 339739806
Test: atest --host bluetooth_test_gd_unit:SyspropsModuleTest
Flag: EXEMPT, Floss-only changes
Change-Id: I3ea4b5b858fb65c564880db2c0816385732ce822
parent 47ddceba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ cc_defaults {
            srcs: [
                ":BluetoothHalSources_hci_host",
                ":BluetoothOsSources_host",
                ":BluetoothSyspropsSources",
            ],
        },
        android: {
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
 */
#pragma once

#if !defined(TARGET_FLOSS)
#error "sysprops_module is supposed to be FLOSS specific"
#ifdef __ANDROID__
#error "sysprops_module is not supposed to be used on Android"
#endif

#include "module.h"