aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index da0e55bb..2a21d3db 100644
--- a/Android.bp
+++ b/Android.bp
@@ -194,6 +194,9 @@ bootstrap_go_binary {
"androidbp/cmd/androidbp.go",
"androidbp/cmd/soong.go",
],
+ testSrcs: [
+ "androidbp/cmd/androidbp_test.go",
+ ],
deps: [
"blueprint-parser",
],