-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into jp-xcode-13.4
* main: tools: fix source mapping (#2429) Update Envoy (#2427) tools: add arm64 debug run configuration (#2424) Revert "docs: use sphinx githubpages extension (#2418)" (#2425) Remove Tulsi configuration & docs (#2421) Fix isCleartextTrafficPermitted (#2420) Squelch two JNI build warnings (#2426) dns: allow using the `getaddrinfo`-based system DNS resolver (#2419) docs: use sphinx githubpages extension (#2418) Update Envoy (#2417) Remove rules_cc uses Bump Lyft Support Rotation (#2414) iOS: fix retain cycles in `EnvoyNetworkMonitor` (#2415) Update Envoy (#2413) engine: remove outdated comment about `registerFactories()` (#2412) api: make RequestTrailersBuilder and ResponseHeadersBuilder constructors public (#2410) Signed-off-by: JP Simard <jp@jpsim.com>
- Loading branch information
Showing
37 changed files
with
187 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
current: Augustyniak | ||
current: snowp | ||
maintainers: | ||
- Augustyniak | ||
- snowp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
...o_world/tools/android-studio-run-configurations/run_configuration_example_debug_arm64.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<configuration name="Example App (Debug) [arm64]" | ||
type="BlazeCommandRunConfigurationType" | ||
factoryName="Bazel Command" | ||
nameIsGenerated="false"> | ||
<blaze-settings kind="android_binary" | ||
blaze-command="mobile-install" | ||
handler-id="BlazeCommandGenericRunConfigurationHandlerProvider" | ||
blaze-native-debug="true" | ||
DEEP_LINK="" | ||
ACTIVITY_CLASS="" | ||
MODE="default_activity" | ||
launch-method="NON_BLAZE" | ||
use-split-apks-if-possible="false" | ||
use-work-profile-if-present="false" | ||
show-logcat-automatically="false" | ||
AM_START_OPTIONS=""> | ||
<blaze-user-flag>--config=dbg</blaze-user-flag> | ||
<blaze-user-flag>--fat_apk_cpu=arm64-v8a</blaze-user-flag> | ||
<blaze-target>//examples/kotlin/hello_world:hello_envoy_kt</blaze-target> | ||
<Profilers> | ||
<option name="ADVANCED_PROFILING_ENABLED" | ||
value="false" /> | ||
<option name="STARTUP_PROFILING_ENABLED" | ||
value="false" /> | ||
<option name="STARTUP_CPU_PROFILING_ENABLED" | ||
value="false" /> | ||
<option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" | ||
value="Sample Java Methods" /> | ||
<option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" | ||
value="false" /> | ||
<option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" | ||
value="2048" /> | ||
</Profilers> | ||
</blaze-settings> | ||
<method v="2"> | ||
<option name="Blaze.BeforeRunTask" | ||
enabled="true" /> | ||
</method> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.