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

Commit bd592dc6 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove `pack_relocations: false`."

parents 394b76dd e1dd3532
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}

cc_test {
@@ -15,5 +14,4 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}
+0 −1
Original line number Diff line number Diff line
@@ -9,5 +9,4 @@ cc_test {
        "libaudioutils",
        ],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}

cc_test {
@@ -13,5 +12,4 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}