From 0d6a530616a44dba00046be4068a57237456df89 Mon Sep 17 00:00:00 2001 From: Zi Wang Date: Thu, 16 Feb 2023 14:54:01 -0800 Subject: Add minimal bp2build converter for combined apis 4 merged_txts targets will be generated for a combined_api target Test: api_conversion_test.go and TH Bug: 267600251 Change-Id: I8ec4a1073538c394a7eef896d8f6e354986fa2cd --- api/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/Android.bp') diff --git a/api/Android.bp b/api/Android.bp index a2b8038842cc..20528f2d67ee 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -31,10 +31,12 @@ bootstrap_go_package { "blueprint", "soong", "soong-android", + "soong-bp2build", "soong-genrule", "soong-java", ], srcs: ["api.go"], + testSrcs: ["api_test.go"], pluginFor: ["soong_build"], } -- cgit v1.2.3-59-g8ed1b