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

Commit 9da3732e authored by Chih-hung Hsieh's avatar Chih-hung Hsieh
Browse files

Revert "Use arm instruction set with clang 7.0 LTO"

This reverts commit 94574f27.
Clang 7.0 LTO shouldn't need arm instruction set,
if we revert one LLVM recent change.

Bug: 72619014
Change-Id: Ic1ee146b823602ae419891f5e0956640109dd397
parent 94574f27
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