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

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

Merge "derive_sdk: set min_sdk_version" am: 3632ab2e

Change-Id: Iaef6ae053d30fdad53c8d08e40f7d3c2f254ba52
parents 0768c228 3632ab2e
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 {