aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:28 +0000
commit509ee6fd8be593863bb594120f59ad575e39f57e (patch)
treec582cd4a56d60253952c8c33beb566135f5fb6f5
parentc0ff78090005f0012f8f182c7c836f5b6963de17 (diff)
parent5951f6757f2bc2ebffcd3434a3ba5c5d6153f636 (diff)
downloadatty-android14-mainline-media-swcodec-release.tar.gz
Change-Id: I20d6941de1cd4ab22cdc3b4bc00e7f6ebdb17ab0
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 70e0e91..8e8a16f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,4 +29,10 @@ rust_library {
rustlibs: [
"liblibc",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}