#710 drop support for proprietary_codecs

This commit is contained in:
Carmelo Messina
2024-02-01 16:35:37 +01:00
parent 274d6792a7
commit 7fbd09f3fd
+7 -9
View File
@@ -8,27 +8,19 @@ debuggable_apks=false
dfmify_dev_ui=false
disable_android_lint=true
disable_fieldtrial_testing_config=true
disable_tab_ui_dfm=true
enable_av1_decoder=true
enable_dav1d_decoder=true
enable_gvr_services=false
enable_hangout_services_extension=false
enable_iterator_debugging=false
enable_mdns=false
enable_mse_mpeg2ts_stream_parser=true
enable_nacl=false
enable_platform_dolby_vision=true
enable_platform_hevc=true
enable_remoting=false
enable_reporting=false
enable_vr=false
exclude_unwind_tables=false
ffmpeg_branding="Chrome"
icu_use_data_file=true
is_component_build=false
is_debug=false
is_official_build=true
proprietary_codecs=true
rtc_build_examples=false
symbol_level=1
treat_warnings_as_errors=true
@@ -46,6 +38,12 @@ enable_feed_v2=false
enable_cardboard=false
is_high_end_android=true
# Do not compile with proprietary codecs
proprietary_codecs=false
ffmpeg_branding="Chromium"
enable_av1_decoder=true
enable_dav1d_decoder=true
# Do not compile libmonochrome.so with RELR relocations
# since supported only on API 28+
use_relr_relocations=false
@@ -105,7 +103,7 @@ if (target_os == "android") {
generate_linker_map = true
}
if (build_webview) {
if (build_webview) {
# only 64bit
skip_secondary_abi_for_cq = true
}