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

Commit b6fe6500 authored by William Escande's avatar William Escande
Browse files

Setting the host as a OS_GENERIC

Test: atest --host + all pre-submit test
Change-Id: I7842a2ed6c8fdbe50a7243c96d49b3d4feaa7d10
parent 28332a8e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -35,6 +35,13 @@ cc_defaults {
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",
    ],
    target: {
        host: {
            cflags: [
                "-DOS_GENERIC",
            ],
        },
    },
}

fluoride_defaults {