aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:18:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:18:53 +0000
commita2caad47f50b989cce62d4c9ace03a2c807ec2a2 (patch)
tree583e7bccef8528455f42bd5fe8580b6d15ff2f77
parent1229114d9f64fff84561d3220be9de4d8d3af8fc (diff)
parent9c77039ba70c64dae53b08a96497b3e85c139850 (diff)
downloadandroid_log-sys-android14-security-release.tar.gz
Change-Id: I94c3e793e211ea90e47da343eb96b81743ad7713
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 7ff380e..72b6b37 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,8 +49,9 @@ rust_library {
edition: "2015",
apex_available: [
"//apex_available:platform",
- "//apex_available:anyapex"
+ "//apex_available:anyapex",
],
+ product_available: true,
vendor_available: true,
min_sdk_version: "29",
target: {
@@ -62,5 +63,6 @@ rust_library {
// liblog is not added as a dependency for linux_musl target
enabled: false,
},
- },
+ }
+ ,
}