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

Commit ef4228f9 authored by Ray Essick's avatar Ray Essick Committed by Gerrit Code Review
Browse files

Merge "Benchmark: Remove stl and sdk_version from Android.bp"

parents 250a6b5f 62859fd7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ cc_test_library {
        "liblog",
    ],

    sdk_version: "current",

    static_libs: [
        "libmediabenchmark_common",
        "libmediabenchmark_extractor",
@@ -27,8 +25,6 @@ cc_test_library {
        "libmediabenchmark_encoder",
    ],

    stl: "c++_static",

    cflags: [
        "-Wall",
        "-Werror",
+0 −4
Original line number Diff line number Diff line
@@ -52,10 +52,6 @@ cc_defaults {
        "liblog",
    ],

    stl: "libc++_static",

    sdk_version: "current",

    cflags: [
        "-Wall",
        "-Werror",