diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2020-12-01 09:05:25 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2020-12-01 09:05:25 +0000 |
commit | 412e8cc470b9be647ec349f8ed33f47cefaab264 (patch) | |
tree | 24f3c591fb323b20cf19264d82a0b7905dfd6389 | |
parent | 8491e68a3711419f3afc8566bccd27b5ecce7127 (diff) |
Revert "Disable BootImageProfileTest"
This reverts commit 8491e68a3711419f3afc8566bccd27b5ecce7127.
Bug: 173677667
Reason for revert: Landed fix in https://android-review.googlesource.com/c/platform/art/+/1513256
Change-Id: Ibd0ec78c1f4aab6ce6c711c0a79650693fa94c08
-rw-r--r-- | tests/BootImageProfileTest/TEST_MAPPING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/BootImageProfileTest/TEST_MAPPING b/tests/BootImageProfileTest/TEST_MAPPING new file mode 100644 index 000000000000..1b569f9455bf --- /dev/null +++ b/tests/BootImageProfileTest/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "BootImageProfileTest" + } + ] +} |