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

Commit faa00c67 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Enable DLOG on eng and userdebug builds" am: 96fb3b43 am: a31d1e2c

am: c4986755

Change-Id: I4fa902a0ce0d2b20423d292a4e1d6806ca3520ef
parents a6417df9 c4986755
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" ]