aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross2019-05-14 16:07:01 -0500
committerColin Cross2019-05-17 10:40:42 -0500
commit33b2fb73335547e39bdad764af249f948eb43935 (patch)
treeaab5e761aeac857f6b7cd0ea952a2c065d8adddc /Android.bp
parent4c83b8950af48bd503c89988f4de7c6c41023c71 (diff)
downloadplatform-build-soong-33b2fb73335547e39bdad764af249f948eb43935.tar.gz
platform-build-soong-33b2fb73335547e39bdad764af249f948eb43935.tar.xz
platform-build-soong-33b2fb73335547e39bdad764af249f948eb43935.zip
Support using cc_prebuilt_library_shared with cc_library
Allow a cc_prebuilt_library_shared to share the same name as a cc_library by always creating static and shared variants of prebuilts so that the variants of the source module are always a superset of the variants of the target module. Bug: 131709055 Test: TestPrebuilts Change-Id: I4afd6d37e6a986d08ad25aee69eca6d994febc6b
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e2d606e8..c9a48b4b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -196,6 +196,7 @@ bootstrap_go_package {
196 "cc/gen_test.go", 196 "cc/gen_test.go",
197 "cc/genrule_test.go", 197 "cc/genrule_test.go",
198 "cc/library_test.go", 198 "cc/library_test.go",
199 "cc/prebuilt_test.go",
199 "cc/proto_test.go", 200 "cc/proto_test.go",
200 "cc/test_data_test.go", 201 "cc/test_data_test.go",
201 "cc/util_test.go", 202 "cc/util_test.go",