aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-04 14:49:22 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-04 14:49:22 +0000
commit2fefad7691ee409fac4cf881c4f6b2e3e8f54729 (patch)
tree188a8dbe354f7da7e436e6fc8e3c5275649977d7
parent5e480db45d8ef1623a133bfe3387b69ee1965205 (diff)
parentf494a868036e9e261ab9be34ce96d40ca7a94c0e (diff)
downloadfxhash-2fefad7691ee409fac4cf881c4f6b2e3e8f54729.tar.gz
Snap for 10900817 from f494a868036e9e261ab9be34ce96d40ca7a94c0e to sdk-releaseplatform-tools-34.0.5
Change-Id: I6fadec7804b6c90843a1ad0a5505eef89514918d
-rw-r--r--Android.bp6
-rw-r--r--OWNERS2
-rw-r--r--cargo2android.json5
3 files changed, 9 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 66be809..c528e9f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
-// This file is generated by cargo2android.py --run --device --dependencies.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
-
-
package {
default_applicable_licenses: ["external_rust_crates_fxhash_license"],
}
@@ -55,4 +53,6 @@ rust_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ product_available: true,
+ vendor_available: true,
}
diff --git a/OWNERS b/OWNERS
index 45dc4dd..5a2b844 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1 +1 @@
-include platform/prebuilts/rust:master:/OWNERS
+include platform/prebuilts/rust:main:/OWNERS
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..31338da
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,5 @@
+{
+ "run": true,
+ "device": true,
+ "dependencies": true
+}