commit | 1aa54918b84e0014397b6b5f6c44a47cbb60d99b | [log] [tgz] |
---|---|---|
author | Nolan Scobie <nscobie@google.com> | Wed Nov 09 15:23:07 2022 -0500 |
committer | Nolan Scobie <nscobie@google.com> | Fri Jan 06 14:43:26 2023 -0500 |
tree | e7df4fdf43a928049a3d272fe6bc6db2704165fc | |
parent | e073b7ed659145f64acc1697312a5f2ac803077d [diff] [blame] |
Change hwui_unit_tests (and benchmarks) to push to non-root writable dir ...and switch to more appropriate "general-tests" suite type. This allows the test suite to be run in certain lab/infra scenarios, like on ABTD. Docs device-tests to general-tests: https://source.android.com/docs/core/tests/development/test-mapping#packaging_build_script_rules Tests Without this change: [redacted] (tooling fails to push content) With this change: [redacted] (gets past tooling failure, and fails on an actually failing unit test) Test: see internal CL for links Bug: 257123741 Change-Id: I33696a0f1c9279622138e4dc4c49d73c99f359eb Merged-In: I33696a0f1c9279622138e4dc4c49d73c99f359eb
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index c022087..2800e31 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp
@@ -634,7 +634,7 @@ cc_defaults { name: "hwui_test_defaults", defaults: ["hwui_defaults"], - test_suites: ["device-tests"], + test_suites: ["general-tests"], header_libs: ["libandroid_headers_private"], target: { android: {