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

Commit a32678df authored by Jiyong Park's avatar Jiyong Park
Browse files

libutilscallstack is private VNDK-SP

The library isn't intented to be exposed to vendors. It is a platform
private library.

Bug: 72471487
Test: Pixel 2016/2017 boots to the UI. Photo editing works.
Change-Id: Ib0479a43d66d988c2f882688240746bed3213dad
parent 0ba2c9f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@ cc_library {
cc_library {
    name: "libutilscallstack",
    defaults: ["libutils_defaults"],
    vendor_available: false,

    srcs: [
        "CallStack.cpp",