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

Commit 9415ec2a authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by Gerrit Code Review
Browse files

Merge "Remove unused `tags` property from Android.bp files"

parents 2856475f 8b555266
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,11 +62,9 @@ cc_library {
}

cc_test {
    tags: ["optional"],
    srcs: ["bufferhub_tests.cpp"],
    static_libs: ["libbufferhub"] + staticLibraries,
    shared_libs: sharedLibraries,
    header_libs: headerLibraries,
    name: "bufferhub_tests",
}
+0 −2
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ cc_test {
        "-Wno-error=sign-compare", // to fix later
    ],
    name: "buffer_hub_queue-test",
    tags: ["optional"],
}

cc_test {
@@ -54,5 +53,4 @@ cc_test {
        "-Werror",
    ],
    name: "buffer_hub_queue_producer-test",
    tags: ["optional"],
}
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ headerLibraries = [
]

cc_library {
    tags: ["tests"],
    srcs: sourceFiles,
    cflags: ["-DLOG_TAG=\"libdisplay\"",
        "-DTRACE=0",
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ testFiles = [

cc_test {
    name: "libdvrcommon_test",
    tags: ["optional"],

    srcs: testFiles,
    cflags: [
+0 −1
Original line number Diff line number Diff line
@@ -30,6 +30,5 @@ cc_test {
        "libtrace_proto",
        "libgmock"
    ],
    tags: ["tests"],
    test_suites: ["device-tests"]
}
 No newline at end of file
Loading