aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2022-01-13 16:14:35 +0000
committerAndrew Scull <ascull@google.com>2022-01-18 20:24:04 +0000
commit7a4e407e39bd83f2a7c583e69bf02bad96297434 (patch)
treeddc5f3245c989b546130b0f2c4067bed9c8a407a
parentdb8a5764cdc6c0fa88187a5b48466e60965d0f6a (diff)
downloadbyteorder-7a4e407e39bd83f2a7c583e69bf02bad96297434.tar.gz
Test: m Change-Id: If0c7fa22083700c8e577b74ed7d94be338cc3dae
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json5
2 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 4412e92..0c62ecb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,4 +54,5 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ vendor_available: true,
}
diff --git a/cargo2android.json b/cargo2android.json
index 42b7833..721cc1a 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -5,5 +5,6 @@
],
"dependencies": true,
"device": true,
- "run": true
-} \ No newline at end of file
+ "run": true,
+ "vendor-available": true
+}