aboutsummaryrefslogtreecommitdiff
path: root/bp2build/java_library_conversion_test.go
diff options
context:
space:
mode:
authorLiz Kammer <eakammer@google.com>2023-03-23 11:51:49 -0400
committerLiz Kammer <eakammer@google.com>2023-03-24 15:14:53 -0400
commit2b3f56ed22b952011d6d8693b11c29b08a39d35d (patch)
treeac45b27eabb0291f347a247cda2807b4ae5ded42 /bp2build/java_library_conversion_test.go
parent10e5a0e987f56ab2dfcf754995df470317759615 (diff)
Add apex_available aidl + aidl&lang libraries
Test: b build com.android.neuralnetworks com.android.media.swcodec Change-Id: I008b915b22e4c8c2cf1f0aee6cfdaf17374cb3a9
Diffstat (limited to 'bp2build/java_library_conversion_test.go')
-rw-r--r--bp2build/java_library_conversion_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bp2build/java_library_conversion_test.go b/bp2build/java_library_conversion_test.go
index e3c485766..69d0db91c 100644
--- a/bp2build/java_library_conversion_test.go
+++ b/bp2build/java_library_conversion_test.go
@@ -493,6 +493,7 @@ java_library {
"a.aidl",
"b.aidl",
]`,
+ "tags": `["apex_available=//apex_available:anyapex"]`,
}),
MakeBazelTarget("java_aidl_library", "example_lib_java_aidl_library", AttrNameToString{
"deps": `[":aidl_files"]`,