From 979ef5bb2a728f681522744739f5cd12fc86cc95 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Mon, 9 May 2022 23:11:19 +0100 Subject: [PATCH] Add binary_test.cc to testSrcs Bug: 231700648 Test: m Change-Id: If6161b2475887a6d40547f258ccb360c6d719b7a --- cc/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/Android.bp b/cc/Android.bp index 60d329e62..ce944674b 100644 --- a/cc/Android.bp +++ b/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",