commit | 2777d18c203e0a6a19edc653d5d11d7baf942595 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Thu Oct 04 10:22:46 2018 -0700 |
committer | Tri Vo <trong@google.com> | Thu Oct 04 10:22:49 2018 -0700 |
tree | b94f11888aa94c134f2fc63eb7b6c45d9c6823b0 | |
parent | ac097ac4c7718f8593f2b6b96a93a776984ec7c4 [diff] [blame] |
combine_maps: only use python2 python3 is not required on host machines. Bug: 117260689 Test: m selinux_policy Change-Id: Iea31eadcb3f09ffadca82dd1862cf5538259c710
diff --git a/tests/Android.bp b/tests/Android.bp index 670d29d..a7d7023 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -70,4 +70,5 @@ "combine_maps.py", "mini_parser.py", ], + defaults: ["py2_only"], }