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

Commit ca1b80b5 authored by Orion Hodson's avatar Orion Hodson
Browse files

startop: use static_lib dependency on libdexfile.

libdexfile.so is moving to APEX and the external API doesn't include
the features needed for startop.

Bug: 119632407
Test: Builds
Change-Id: I6d33e8737341a508637321921ca732af913827a3
parent b8bbc48d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

cc_defaults {
    name: "viewcompiler_defaults",
    defaults: ["libdexfile_static_defaults"],
    header_libs: [
        "libbase_headers",
    ],
    shared_libs: [
        "libbase",
        "libdexfile",
        "libz",
        "slicer",
    ],