Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Use stdlib intead of libevent for taskqueue impl. (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
taste1981 authored Feb 26, 2021
1 parent 1450f9b commit 142955b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_android.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def get_location(arch, debug):
def gn_gen(arch, debug):
print '\n> generating args for', arch, ('debug' if debug else 'release')
output_location = get_location(arch, debug)
gn_args = '--args=target_os=\"android\" is_component_build=false rtc_include_tests=false '\
gn_args = '--args=target_os=\"android\" rtc_build_libevent=false rtc_enable_libevent=false '\
'is_component_build=false rtc_include_tests=false '\
'target_cpu=\"' + arch +\
'\" is_debug=' + ('true' if debug else 'false') +\
' rtc_use_h265=true'
Expand Down

0 comments on commit 142955b

Please sign in to comment.