From bcc179acf98bcdd5121672a70639417b73306c66 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Fri, 29 Mar 2019 14:55:51 -0700 Subject: [PATCH] Enable presubmit for idmap2_tests Bug: 128831971 Test: presubmit Change-Id: Id68d717412045bc2e26abbe1050b3478019a2bea --- cmds/idmap2/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index d757e4611158a..18d56fa87ccab 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -84,6 +84,7 @@ cc_test { "-readability-magic-numbers", ], host_supported: true, + test_suites: ["general-tests"], srcs: [ "tests/BinaryStreamVisitorTests.cpp", "tests/CommandLineOptionsTests.cpp",