summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:54 +0000
commitec664dc16410c0f752b3c0597c55a182a6afe126 (patch)
treed66dc97582f7418beae5cb0b072027667024662c
parent088e69c9d860ecc9fab1a790980e16a4af71fcce (diff)
parentdee48d4e59946a73c111c8f6be69e3c8882fb407 (diff)
downloadcodespan-reporting-android14-d1-s1-release.tar.gz
Change-Id: I963f917d7d5b3f4170bafe60d3b8cb23e55fc607
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e18e9ee..b0265f3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,4 +32,10 @@ rust_library {
"libtermcolor",
"libunicode_width",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}