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

Commit 5440b366 authored by Alix Espino's avatar Alix Espino Committed by Gerrit Code Review
Browse files

Merge changes I07c0f96d,I8734474f

* changes:
  Deleted clang property in Android.bp files
  autogenerated reformatting by bpfmt
parents 53cf63d1 ea13312d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_library {
    ],
    export_include_dirs: [
        "include",
    ]
    ],
}

cc_test {
@@ -56,6 +56,5 @@ cc_test {
        "libhidlbase",
    ],
    test_suites: ["general-tests"],
    clang: true,
    cflags: ["-O0"],
}
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ cc_library_shared {
    name: "libhwc2on1adapter",
    vendor: true,

    clang: true,
    cflags: [
        "-Wall",
        "-Werror",
+4 −2
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ cc_library_shared {
    name: "libhwc2onfbadapter",
    vendor: true,

    clang: true,
    cflags: [
        "-Wall",
        "-Wextra",
@@ -37,6 +36,9 @@ cc_library_shared {
    ],

    header_libs: ["libhardware_headers"],
    shared_libs: ["liblog", "libsync"],
    shared_libs: [
        "liblog",
        "libsync",
    ],
    export_include_dirs: ["include"],
}