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

Commit 44f049fb authored by Alix Espino's avatar Alix Espino Committed by Automerger Merge Worker
Browse files

Merge "Deleted clang property in Android.bp files" am: f67b6f09 am: fce5dc98

parents 7e2db840 fce5dc98
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -72,8 +72,6 @@ cc_defaults {
        },
    },

    clang: true,

    tidy: true,
    tidy_checks: [
        "-*",
@@ -128,7 +126,6 @@ cc_library_headers {
cc_test_host {
    name: "run_dex2oat_test",
    test_suites: ["general-tests"],
    clang: true,
    srcs: [
        "run_dex2oat_test.cpp",
        "run_dex2oat.cpp",
@@ -188,7 +185,6 @@ cc_binary {
        "-Wall",
        "-Werror",
    ],
    clang: true,

    srcs: [
        "otapreopt_chroot.cpp",
+0 −6
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ package {
cc_test {
    name: "installd_utils_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_utils_test.cpp"],
    cflags: [
        "-Wall",
@@ -36,7 +35,6 @@ cc_test {
cc_test {
    name: "installd_cache_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_cache_test.cpp"],
    cflags: [
        "-Wall",
@@ -82,7 +80,6 @@ cc_test {
cc_test {
    name: "installd_service_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_service_test.cpp"],
    cflags: [
        "-Wall",
@@ -130,7 +127,6 @@ cc_test {
cc_test {
    name: "installd_dexopt_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_dexopt_test.cpp"],
    cflags: [
        "-Wall",
@@ -177,7 +173,6 @@ cc_test {
cc_test {
    name: "installd_otapreopt_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_otapreopt_test.cpp"],
    cflags: [
        "-Wall",
@@ -198,7 +193,6 @@ cc_test {
cc_test {
    name: "installd_file_test",
    test_suites: ["device-tests"],
    clang: true,
    srcs: ["installd_file_test.cpp"],
    cflags: [
        "-Wall",
+0 −1
Original line number Diff line number Diff line
@@ -199,7 +199,6 @@ cc_library {
        "libbinder_headers",
    ],

    clang: true,
    sanitize: {
        misc_undefined: ["integer"],
    },
+0 −1
Original line number Diff line number Diff line
@@ -319,7 +319,6 @@ cc_test {
        "libbinder",
        "libutils",
    ],
    clang: true,
    cflags: [
        "-g",
        "-Wno-missing-field-initializers",
+0 −1
Original line number Diff line number Diff line
@@ -316,7 +316,6 @@ filegroup {
cc_defaults {
    name: "libgui_bufferqueue-defaults",

    clang: true,
    cflags: [
        "-Wall",
        "-Werror",
Loading