aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:03:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:03:31 +0000
commitf243e511002492403185280abc60d0696a9a0d19 (patch)
tree8f15ba3e99b73d800c773a193ff9c84a4368e8d1
parent0bbe3c7f5e644be94c0d461073c91f6ce282c065 (diff)
parent1f25bdad18c283ff8680699c4dd992bf446beb8b (diff)
downloadmacaddr-f243e511002492403185280abc60d0696a9a0d19.tar.gz
Change-Id: I32f33ebf544599e80adfb9a2b2866c26ca7df47b
-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,
}