aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-02 09:19:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-02 09:19:17 +0000
commitf9a5629589291969c352da3b6e8158c2fa8e6cb6 (patch)
tree2e87b493ba2bbf4fe2ef826e5d389b730d5b4f32
parent19adc54a6785a54411b9cd31018c5a1a9a1d9d08 (diff)
parent5a39805c52ef859aa74b441aa267dbe51411c9d8 (diff)
downloadpin-project-lite-platform-tools-33.0.0.tar.gz
Snap for 8140651 from 5a39805c52ef859aa74b441aa267dbe51411c9d8 to sdk-releaseplatform-tools-33.0.0
Change-Id: I545fd3cfda97a09651f7132ec19ff1297ea979e8
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 864b441..96f9cd6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,5 +54,6 @@ rust_library {
"com.android.uwb",
"com.android.virt",
],
+ vendor_available: true,
min_sdk_version: "29",
}
diff --git a/cargo2android.json b/cargo2android.json
index 61f5d14..e136311 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -9,5 +9,6 @@
"dependencies": true,
"device": true,
"min-sdk-version": "29",
- "run": true
+ "run": true,
+ "vendor-available": true
}