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

Commit bd40b7b0 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 am: 157e8c7d

Change-Id: Iab9017d9f34963346897643ebde9c5bf4b584efd
parents 272558ed 157e8c7d
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 {