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

Commit ea4c7b03 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Remove unused `tags` property from Android.bp files

am: f030395e

Change-Id: I2f1b22a1253fc1c049d16261fd5872f110ffe066
parents eddca62d f030395e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ cc_library {
}

cc_test {
    tags: ["optional"],
    srcs: ["buffer_hub-test.cpp"],
    static_libs: ["libbufferhub"],
    shared_libs: sharedLibraries,
+0 −1
Original line number Diff line number Diff line
@@ -23,5 +23,4 @@ cc_benchmark {
        "-Werror",
    ],
    name: "buffer_transport_benchmark",
    tags: ["optional"],
}
+0 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ cc_test {
        "-Wno-error=sign-compare", // to fix later
    ],
    name: "buffer_hub_queue-test",
    tags: ["optional"],
}

cc_test {
@@ -55,5 +54,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
@@ -59,7 +59,6 @@ testFiles = [

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

    srcs: testFiles,
    cflags: [
Loading