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

Commit 8a3a48eb authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

Merge "Floss: Exclude uninteresting warning from Linux build" am: a8c66565...

Merge "Floss: Exclude uninteresting warning from Linux build" am: a8c66565 am: 096e7808 am: c005c547 am: b23a4e33 am: d53c10f8

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2082058



Change-Id: Ibda4b5715321487347db5bbdc940d868d98b3a0a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5bd24db5 d53c10f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -227,6 +227,8 @@ class HostBuild():
            '{}/out/Default'.format(self.output_dir),
            '-C',
            'link-arg=-Wl,--allow-multiple-definition',
            # exclude uninteresting warnings
            '-A improper_ctypes_definitions -A improper_ctypes -A unknown_lints',
        ]

        return ' '.join(rust_flags)