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

Commit 887c645e authored by Narayan Kamath's avatar Narayan Kamath Committed by Dan Willemsen
Browse files

zipalign: Fix build failure in static_sdk_tools.

Convert all dependencies to static deps.

Test: make -j50 static_sdk_tools BUILD_HOST_static=1
Bug: 35246701
Bug: 68804545

Change-Id: Ia46ac30e5c05226f1bfec82a84f05e4be945bf74
parent bd532fbf
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -15,17 +15,16 @@ cc_binary_host {

    cflags: ["-Wall", "-Werror"],

    // NOTE: Do not add any shared_libs dependencies because they will break the
    // static_sdk_tools target.
    static_libs: [
        "libutils",
        "libcutils",
        "liblog",
        "libzopfli",
    ],

    shared_libs: [
      "libbase",
        "libziparchive",
        "libz",
      "libziparchive"
        "libbase",
        "libzopfli",
    ],

    target: {