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

Commit a8357a44 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "derive_sdk: set min_sdk_version" am: 3632ab2e am: bd6c25e8 am: 0d09b777 am: 93a82e14

Change-Id: I3cb868ce901b0a4733ccca7a060d4d10cd41e7b9
parents 63e8cff6 93a82e14
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 {