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

tools/android: Address review comments on PR#668 #678

Merged
merged 2 commits into from
May 29, 2024

Conversation

metin-arm
Copy link
Contributor

@metin-arm metin-arm commented Mar 28, 2024

Note: Only e56c887 needs to be reviewed.

PR#668: https://github.com/ARM-software/devlib/pull/668

  • Fix mixed tab-space white-spacing issues
  • s/CMDLINE_VERSION/ANDROID_CMDLINE_VERSION/ to be more precise
  • s/set_host_arch/get_android_sdk_host_arch/ because the global variable for Android host architecture is removed now

This PR should be merged after #677

Copy link
Collaborator

@douglas-raillard-arm douglas-raillard-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@metin-arm metin-arm force-pushed the pr-668 branch 3 times, most recently from 4d4d91d to f8604ae Compare April 17, 2024 07:00
PR#667: ARM-software#667

- Implement a test module initializer with a tear down method in
  test/test_target.py
- Make various cleanups in test/test_target.py
- Improve structure of test/test_config.yml (previously
  target_configs.yaml)
- Make docstrings Sphinx compatible
- Make ``TargetRunner`` and its subclasses private
- Cleanup tests/test_target.py
- Replace print()'s with appropriate logging calls
- Implement ``NOPTargetRunner`` class for simplifying tests
- Improve Python v3.7 compatibility
- Relax host machine type checking
- Escape user input strings

and more..

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
@metin-arm metin-arm force-pushed the pr-668 branch 2 times, most recently from b68954f to f0f2e1f Compare May 17, 2024 11:20
PR#668: ARM-software#668

- Fix mixed tab-space white-spacing issues
- s/CMDLINE_VERSION/ANDROID_CMDLINE_VERSION/ to be more precise
- s/set_host_arch/get_android_sdk_host_arch/ because the global variable
  for Android host architecture is removed now

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
@douglas-raillard-arm
Copy link
Collaborator

Still LGTM

@marcbonnici marcbonnici merged commit 71d1663 into ARM-software:master May 29, 2024
@metin-arm metin-arm deleted the pr-668 branch June 27, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants