Skip to content

Commit

Permalink
Merge mozilla-central to autoland on a CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
pstanciu committed Feb 22, 2024
2 parents 89df716 + da49863 commit 2981a0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,9 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux":
if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm":

OS_LIBS += [
"android_support",
"unwind"
]

if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86":

OS_LIBS += [
"android_support"
]

if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64":

DEFINES["_GNU_SOURCE"] = True
Expand Down
7 changes: 0 additions & 7 deletions third_party/libwebrtc/api/ref_count_gn/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,9 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux":
if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm":

OS_LIBS += [
"android_support",
"unwind"
]

if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86":

OS_LIBS += [
"android_support"
]

if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64":

DEFINES["_GNU_SOURCE"] = True
Expand Down

0 comments on commit 2981a0b

Please sign in to comment.