diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2019-06-29 23:04:40 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-06-29 23:04:40 +0000 |
| commit | eee9781d44f488e06ac28aec4be6303a4cde3462 (patch) | |
| tree | 1f89c3f1aacb9ce968e57c7d0026e5f69af6e8ab /script | |
| parent | 0650cdc260d622c002e6c8c163669d36e0eacd20 (diff) | |
| parent | 1d4fadda0c4db9d02ab44132b0a0a1ce8c8f8d14 (diff) | |
| download | platform_test_vts-testcase_hal-android10-s1-release.tar.gz platform_test_vts-testcase_hal-android10-s1-release.tar.bz2 platform_test_vts-testcase_hal-android10-s1-release.zip | |
Snap for 5698743 from 1d4fadda0c4db9d02ab44132b0a0a1ce8c8f8d14 to qt-releaseandroid-vts-10.0_r1android-cts-10.0_r1android-10.0.0_r6android-10.0.0_r5android-10.0.0_r46android-10.0.0_r4android-10.0.0_r3android-10.0.0_r2android-10.0.0_r17android-10.0.0_r11android-10.0.0_r10android-10.0.0_r1android10-security-releaseandroid10-s3-releaseandroid10-s2-releaseandroid10-s1-releaseandroid10-release
Change-Id: I89ce61232a4818bb5e4ae8775210625bbe2d9652
Diffstat (limited to 'script')
| -rw-r--r-- | script/build/vts_spec_parser.py | 1 | ||||
| -rwxr-xr-x | script/launch_hal_test.py | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/script/build/vts_spec_parser.py b/script/build/vts_spec_parser.py index f4001dfd..fa447337 100644 --- a/script/build/vts_spec_parser.py +++ b/script/build/vts_spec_parser.py @@ -89,7 +89,6 @@ class VtsSpecParser(object): # Exclude the current package and packages with no corresponding libs. exclude_packages = [ "android.hidl.base@1.0", "android.hidl.manager@1.0", - '%s.%s@%s' % (self._package_root, hal_name, hal_version) ] return sorted(list(set(imported_packages) - set(exclude_packages))) diff --git a/script/launch_hal_test.py b/script/launch_hal_test.py index d4debe9b..f6f4f263 100755 --- a/script/launch_hal_test.py +++ b/script/launch_hal_test.py @@ -160,12 +160,5 @@ def main(): args.hal_package_name) sys.exit(1) - if args.test_type == "host": - build_rule_gen = BuildRuleGen( - Constant.BP_WARNING_HEADER, args.package_root, args.path_root) - name_version = args.hal_package_name[len(args.package_root) + 1:] - build_rule_gen.UpdateHalDirBuildRule( - [name_version.split('@')], args.test_config_dir) - if __name__ == '__main__': main() |
