aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:14 +0000
commit1565bf362a8e5744c071a5bc7bef2c7b9430d78c (patch)
tree8f15ba3e99b73d800c773a193ff9c84a4368e8d1
parent57454b91d4a1450827b6df306f2acfd08f8bcd6b (diff)
parent1f25bdad18c283ff8680699c4dd992bf446beb8b (diff)
downloadmacaddr-android14-mainline-extservices-release.tar.gz
Change-Id: I31834da09ab9321cecba5f8829d08267b840bca3
-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,
}