apk fix
This commit is contained in:
parent
02458df3ab
commit
4ce6c686eb
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@ API_KEYS.txt
|
||||||
*.snap
|
*.snap
|
||||||
*.AppImage
|
*.AppImage
|
||||||
*.zip
|
*.zip
|
||||||
|
*.apk
|
||||||
thorium_mini_installer.exe
|
thorium_mini_installer.exe
|
||||||
thorium_AVX2_mini_installer.exe
|
thorium_AVX2_mini_installer.exe
|
||||||
thorium_mini_installer_SSE2.exe
|
thorium_mini_installer_SSE2.exe
|
||||||
|
|
|
@ -2274,7 +2274,7 @@ if (current_toolchain == default_toolchain) {
|
||||||
|
|
||||||
chrome_public_apk_or_module_tmpl("chrome_public_apk") {
|
chrome_public_apk_or_module_tmpl("chrome_public_apk") {
|
||||||
target_type = "android_apk"
|
target_type = "android_apk"
|
||||||
apk_name = "ChromePublic"
|
apk_name = "ThoriumPublic"
|
||||||
enable_multidex = is_java_debug
|
enable_multidex = is_java_debug
|
||||||
baseline_profile_path = "//chrome/android/baseline_profiles/profile.txt"
|
baseline_profile_path = "//chrome/android/baseline_profiles/profile.txt"
|
||||||
}
|
}
|
||||||
|
@ -2581,7 +2581,7 @@ if (current_toolchain == default_toolchain) {
|
||||||
# TODO(wnwen): Re-enable when new lint failures are disabled for test targets.
|
# TODO(wnwen): Re-enable when new lint failures are disabled for test targets.
|
||||||
#enable_lint = true
|
#enable_lint = true
|
||||||
|
|
||||||
apk_name = "ChromePublicTest"
|
apk_name = "ThoriumPublicTest"
|
||||||
deps = [
|
deps = [
|
||||||
":chrome_test_apk_template_resources",
|
":chrome_test_apk_template_resources",
|
||||||
":chrome_test_java",
|
":chrome_test_java",
|
||||||
|
|
Loading…
Reference in a new issue