mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
fix android builds
This commit is contained in:
parent
36c5b66f8a
commit
b3caee6f39
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ treat_warnings_as_errors = false
|
||||||
system_webview_package_name = "com.android.webview"
|
system_webview_package_name = "com.android.webview"
|
||||||
trichrome_library_package = "org.thorium.trichromelibrary"
|
trichrome_library_package = "org.thorium.trichromelibrary"
|
||||||
system_webview_shell_package_name = "org.thorium.webview_shell"
|
system_webview_shell_package_name = "org.thorium.webview_shell"
|
||||||
webview_includes_weblayer = true
|
# webview_includes_weblayer = true
|
||||||
use_lld = true
|
use_lld = true
|
||||||
v8_symbol_level = 0
|
v8_symbol_level = 0
|
||||||
v8_enable_fast_torque = true
|
v8_enable_fast_torque = true
|
||||||
|
|
|
@ -46,7 +46,7 @@ treat_warnings_as_errors = false
|
||||||
system_webview_package_name = "com.android.webview"
|
system_webview_package_name = "com.android.webview"
|
||||||
trichrome_library_package = "org.thorium.trichromelibrary"
|
trichrome_library_package = "org.thorium.trichromelibrary"
|
||||||
system_webview_shell_package_name = "org.thorium.webview_shell"
|
system_webview_shell_package_name = "org.thorium.webview_shell"
|
||||||
webview_includes_weblayer = true
|
# webview_includes_weblayer = true
|
||||||
use_lld = true
|
use_lld = true
|
||||||
v8_symbol_level = 0
|
v8_symbol_level = 0
|
||||||
v8_enable_fast_torque = true
|
v8_enable_fast_torque = true
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
import("//build/config/android/config.gni")
|
import("//build/config/android/config.gni")
|
||||||
import("//build/config/android/jni.gni")
|
|
||||||
import("//build/config/android/rules.gni")
|
import("//build/config/android/rules.gni")
|
||||||
import("//third_party/icu/config.gni")
|
import("//third_party/icu/config.gni")
|
||||||
|
import("//third_party/jni_zero/jni_zero.gni")
|
||||||
|
|
||||||
content_shell_manifest =
|
content_shell_manifest =
|
||||||
"$target_gen_dir/content_shell_manifest/AndroidManifest.xml"
|
"$target_gen_dir/content_shell_manifest/AndroidManifest.xml"
|
||||||
|
|
Loading…
Reference in a new issue