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

Commit 734c7ec5 authored by Alex Vakulenko's avatar Alex Vakulenko
Browse files

libbufferhubqueue: Fix syntax in Android.bp

There was a spelling mistake for cflags property of libbufferhub
cc_library object.

Bug: None
Test: `m -j32` succeeds
Change-Id: I862c2266d86586469dc7299bf727f75bb3df6512
(cherry picked from commit 66fd7cb0)
parent 34ca5f2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ sharedLibraries = [

cc_library {
    name: "libbufferhubqueue",
    cflags = [
    cflags: [
        "-DLOG_TAG=\"libbufferhubqueue\"",
        "-DTRACE=0",
    ],