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

Commit c4986755 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

Change-Id: Id934eaf1a73d32eabf9de7ff47c21272241abae1
parents 4b7a1034 a31d1e2c
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" ]