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

Commit 4942963c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "derive_sdk: set min_sdk_version" into rvc-dev

parents 43799554 f41bac3d
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 {