Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor doc update about "support" area #677

Merged
merged 1 commit into from Dec 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,5 +29,5 @@ script:
- source .ci_tools/setup_env.sh
- source .ci_tools/build_samples.sh
- source .ci_tools/run_samples.sh
- source .ci_tools/misc_ci.sh
# - source .ci_tools/misc_ci.sh
- eval "[[ $SAMPLE_CI_RESULT == 0 ]]"
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -33,12 +33,12 @@ Build Steps
Support
-------

- [Stack Overflow](http://stackoverflow.com/questions/tagged/android)
For any issues you found in these samples, please
- submit patches with pull requests, see [CONTRIBUTING.md](CONTRIBUTING.md) for more details, or
- [create bugs](https://github.com/googlesamples/android-ndk/issues/new) here.

If you've found an error in these samples, please [file an issue](https://github.com/googlesamples/android-ndk/issues/new).
For Android NDK generic questions, please ask on [Stack Overflow](http://stackoverflow.com/questions/tagged/android), Android teams are periodically monitoring questions there.

Patches and new samples are encouraged, and may be submitted by [forking this project](https://github.com/googlesamples/android-ndk/fork) and
submitting a pull request through GitHub. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

License
-------
Expand Down
4 changes: 3 additions & 1 deletion camera/README.md
Expand Up @@ -44,7 +44,9 @@ If you've found an error in these samples, please [file an issue](https://github
Patches are encouraged, and may be submitted by [forking this project](https://github.com/googlesamples/android-ndk/fork) and
submitting a pull request through GitHub. Please see [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.

- [Stack Overflow](http://stackoverflow.com/questions/tagged/android-ndk)
For generic questions about Android Camera and other feedbacks, please go to

- [Stack Overflow](http://stackoverflow.com/questions/tagged/android-camera)
- [Android Tools Feedbacks](http://tools.android.com/feedback)

License
Expand Down