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

Commit 07be42a7 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Enable DLOG on eng and userdebug builds

Test: manual
Change-Id: I1ff4ad6b2543246351d4d34919ba443e5617a9c0
parent f091cf51
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -36,7 +36,10 @@ fluoride_defaults {
    ],
    product_variables: {
        debuggable: {
            cflags: ["-DBLUEDROID_DEBUG"],
            cflags: [
                "-DBLUEDROID_DEBUG",
                "-DDCHECK_ALWAYS_ON"
            ],
        },
    },
    shared_libs: [ "libchrome" ]