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

Commit 98876e4f authored by Hsin-chen Chuang's avatar Hsin-chen Chuang Committed by Gerrit Code Review
Browse files

Merge "sysprops_module: Allow link to host for unittesting" into main

parents 1b5b1f12 53ac814d
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"