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

Commit 2ff13bf0 authored by Ray Essick's avatar Ray Essick Committed by android-build-merger
Browse files

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

am: ef4228f9

Change-Id: Iec7e188602018a2228fa60b4a18cb12ccb6c4e39
parents 07064511 ef4228f9
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",