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

Commit 08300cf5 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Android (Google) Code Review
Browse files

Merge "Revert "Use arm instruction set with clang 7.0 LTO""

parents 2f260339 9da3732e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -7,11 +7,6 @@ cc_library_static {
        "-Wall",
        "-Werror",
    ],
    arch: {
        arm: {
            instruction_set: "arm",
        },
    },
    proto: {
        type: "lite",
        export_proto_headers: true,
+0 −5
Original line number Diff line number Diff line
@@ -48,11 +48,6 @@ cc_library {
        "-Wall",
        "-Werror",
    ],
    arch: {
        arm: {
            instruction_set: "arm",
        },
    },
    export_include_dirs: localIncludeFiles,
    shared_libs: sharedLibraries,
    header_libs: headerLibraries,
+0 −5
Original line number Diff line number Diff line
@@ -53,11 +53,6 @@ cc_library_shared {
        "-Wno-unused-parameter",
        "-Wno-unused-variable",
    ],
    arch: {
        arm: {
            instruction_set: "arm",
        },
    },
    srcs: sourceFiles,
    export_include_dirs: includeFiles,
    export_static_lib_headers: staticLibraries,
+0 −5
Original line number Diff line number Diff line
@@ -52,11 +52,6 @@ headerLibraries = [
cc_library {
    tags: ["tests"],
    srcs: sourceFiles,
    arch: {
        arm: {
            instruction_set: "arm",
        },
    },
    cflags: ["-DLOG_TAG=\"libdisplay\"",
        "-DTRACE=0",
        "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
+0 −5
Original line number Diff line number Diff line
@@ -8,11 +8,6 @@ cc_library_static {
        "-DLOG_TAG=\"libpdx\"",
        "-DTRACE=0",
    ],
    arch: {
        arm: {
            instruction_set: "arm",
        },
    },
    export_include_dirs: ["private"],
    local_include_dirs: ["private"],
    srcs: [
Loading