aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:15:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:15:52 +0000
commit13fc0d424fe53b9f5b53d9e87bca293c8f99691c (patch)
tree8f15ba3e99b73d800c773a193ff9c84a4368e8d1
parent1c4c53fce76b7e161f379a84f3d018a365a363c3 (diff)
parent1f25bdad18c283ff8680699c4dd992bf446beb8b (diff)
downloadmacaddr-13fc0d424fe53b9f5b53d9e87bca293c8f99691c.tar.gz
Change-Id: I8daca287f991f1a0c2743e605396e050841defcb
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d7d879b..ae7d334 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,4 +52,10 @@ rust_library {
rustlibs: [
"libserde",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}