Browse Source

Add binary_test.cc to testSrcs

Bug: 231700648
Test: m
Change-Id: If6161b2475887a6d40547f258ccb360c6d719b7a
David Brazdil 2 years ago
parent
commit
979ef5bb2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cc/Android.bp

+ 1 - 0
cc/Android.bp

@@ -91,6 +91,7 @@ bootstrap_go_package {
     ],
     testSrcs: [
         "afdo_test.go",
+        "binary_test.go",
         "cc_test.go",
         "compiler_test.go",
         "gen_test.go",