mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Issue #1053 - Part 1c: Remove references to mobile/android targets and paths
This commit is contained in:
parent
659441da45
commit
b21588597c
80 changed files with 8 additions and 3636 deletions
|
|
@ -1,8 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android armv7 API 15+ %(branch)s',
|
||||
'stage_platform': 'android-api-15',
|
||||
'build_type': 'api-15-opt',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15/nightly',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android armv7 API 15+ %(branch)s debug',
|
||||
'stage_platform': 'android-api-15-debug',
|
||||
'build_type': 'api-15-debug',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15/debug',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
'debug_build': True,
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android armv7 API 15+ %(branch)s Gradle',
|
||||
'stage_platform': 'android-api-15-gradle',
|
||||
'build_type': 'api-15-gradle',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-gradle/nightly',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
# It's not obvious, but postflight_build is after packaging, so the Gecko
|
||||
# binaries are in the object directory, ready to be packaged into the
|
||||
# GeckoView AAR.
|
||||
'postflight_build_mach_commands': [
|
||||
['gradle',
|
||||
'geckoview:assembleWithGeckoBinaries',
|
||||
'geckoview_example:assembleWithGeckoBinaries',
|
||||
'uploadArchives',
|
||||
],
|
||||
],
|
||||
}
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android armv7 API 15+ Gradle dependencies %(branch)s',
|
||||
'stage_platform': 'android-api-15-gradle-dependencies',
|
||||
'build_type': 'api-15-opt',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-gradle-dependencies/nightly',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-gradle-dependencies/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
'postflight_build_mach_commands': [
|
||||
['gradle',
|
||||
'assembleAutomationRelease',
|
||||
'assembleAutomationDebug',
|
||||
'assembleAutomationDebugAndroidTest',
|
||||
'checkstyle',
|
||||
# Does not include Gecko binaries -- see mobile/android/gradle/with_gecko_binaries.gradle.
|
||||
'geckoview:assembleWithoutGeckoBinaries',
|
||||
# So that we pick up the test dependencies for the builders.
|
||||
'geckoview_example:assembleWithoutGeckoBinaries',
|
||||
'geckoview_example:assembleWithoutGeckoBinariesAndroidTest',
|
||||
],
|
||||
],
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android armv7 API 15+ partner Sample1 %(branch)s',
|
||||
'stage_platform': 'android-api-15-partner-sample1',
|
||||
'build_type': 'api-15-partner-sample1-opt',
|
||||
'src_mozconfig': None, # use manifest to determine mozconfig src
|
||||
'src_mozconfig_manifest': 'partner/mozconfigs/mozconfig1.json',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android checkstyle %(branch)s',
|
||||
'stage_platform': 'android-checkstyle',
|
||||
'build_type': 'api-15-opt',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-frontend/nightly',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-frontend/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
'postflight_build_mach_commands': [
|
||||
['gradle', 'app:checkstyle'],
|
||||
],
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android lint %(branch)s',
|
||||
'stage_platform': 'android-lint',
|
||||
'build_type': 'api-15-opt',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-frontend/nightly',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-frontend/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
'postflight_build_mach_commands': [
|
||||
['gradle', 'app:lintAutomationDebug'],
|
||||
],
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android armv7 unit tests %(branch)s',
|
||||
'stage_platform': 'android-test',
|
||||
'build_type': 'api-15-opt',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-frontend/nightly',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-frontend/releng.manifest',
|
||||
'multi_locale_config_platform': 'android',
|
||||
'postflight_build_mach_commands': [
|
||||
['gradle', 'app:testAutomationDebugUnitTest'],
|
||||
],
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
config = {
|
||||
'base_name': 'Android 4.2 x86 %(branch)s',
|
||||
'stage_platform': 'android-x86',
|
||||
'publish_nightly_en_US_routes': False,
|
||||
'build_type': 'x86-opt',
|
||||
'src_mozconfig': 'mobile/android/config/mozconfigs/android-x86/nightly',
|
||||
'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-x86/releng.manifest',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue