diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-14 23:35:18 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-10-14 23:35:18 +0000 |
commit | e5e601d2df21ebfae85c8c798bba1ac9449bcbd1 (patch) | |
tree | f24ab7462dd27389555b81ac48e84f752e785db2 /media | |
parent | 38228cf5cd66dc06a044e00fa4020076e310c6d7 (diff) | |
download | aura-central-e5e601d2df21ebfae85c8c798bba1ac9449bcbd1.tar.gz |
Issue %3020 - Part 3: Remove /dom/system/android and dependent modules, as well
as robocop.
Diffstat (limited to 'media')
-rw-r--r-- | media/mtransport/common.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/media/mtransport/common.build b/media/mtransport/common.build index 3ba5b63ef..eb262df18 100644 --- a/media/mtransport/common.build +++ b/media/mtransport/common.build @@ -61,12 +61,6 @@ elif CONFIG['OS_TARGET'] == 'Linux': LOCAL_INCLUDES += [ '/media/mtransport/third_party/nrappkit/src/port/linux/include', ] -elif CONFIG['OS_TARGET'] == 'Android': - DEFINES['LINUX'] = True - DEFINES['ANDROID'] = True - LOCAL_INCLUDES += [ - '/media/mtransport/third_party/nrappkit/src/port/android/include', - ] elif CONFIG['OS_TARGET'] == 'WINNT': DEFINES['WIN'] = True # for stun.h |