diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2021-04-21 01:10:01 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-04-21 01:10:01 +0000 |
| commit | ddc1a7088204a7d62d2e42a53c688da78768897d (patch) | |
| tree | 5ce1359eb2ae288fb68b73ab8662c648e5461690 | |
| parent | cef464d318c97d7a369a4f4a98fcb48607677980 (diff) | |
| parent | 0691fd1fefbd9655aeb2fc8ef816a3077ede29f5 (diff) | |
| download | platform_system_tools_mkbootimg-ddc1a7088204a7d62d2e42a53c688da78768897d.tar.gz platform_system_tools_mkbootimg-ddc1a7088204a7d62d2e42a53c688da78768897d.tar.bz2 platform_system_tools_mkbootimg-ddc1a7088204a7d62d2e42a53c688da78768897d.zip | |
Snap for 7298338 from 0691fd1fefbd9655aeb2fc8ef816a3077ede29f5 to sc-release
Change-Id: Id9fc265713fc0ba855eafca8366d96371386445f
| -rw-r--r-- | Android.bp | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -98,14 +98,11 @@ python_test_host { ], data: [ ":avbtool", + ":mkbootimg", + ":unpack_bootimg", "tests/data/*", ], - required: [ - "avbtool", - "mkbootimg", - "unpack_bootimg", - ], - test_suites: [ - "general-tests", - ], + test_options: { + unit_test: true, + }, } |
