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

Commit 289d4525 authored by Dichen Zhang's avatar Dichen Zhang
Browse files

Add "liblog" to shared_libs

Without it, code can't build with "#define LOG_NDEBUG 0" enabled in
MediaExtractorService.cpp
Bug: 132908270
Test: build

Change-Id: I013ea3a4e6b7f85d73c3c3eb7518e98d98c46ea5
parent b82f9fbd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ cc_library_shared {
        "libstagefright",
        "libbinder",
        "libutils",
        "liblog",
    ],
}