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

Commit 157e8c7d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "derive_sdk: set min_sdk_version" into rvc-dev am: 4942963c am: a7cb46a6

Change-Id: I6d720d1f480b35a9abfbc872b590f9d61a06f5ad
parents 9e79f100 a7cb46a6
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -22,12 +22,11 @@ cc_defaults {
        type: "lite",
        static: true,
    },
    sdk_version: "current",
    stl: "c++_static",
    min_sdk_version: "current",
    shared_libs: ["liblog"],
    static_libs: [
        "libbase_ndk",
    ],
    // static c++/libbase for smaller size
    stl: "c++_static",
    static_libs: ["libbase"],
}

cc_binary {