You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
408 B

--- a/Android.bp
+++ b/Android.bp
@@ -45,6 +45,12 @@ rust_library {
crate_name: "android_log_sys",
srcs: ["src/lib.rs"],
edition: "2015",
+ target: {
+ linux_glibc: {
+ // liblog is not added as a dependency for linux_glibc target
+ enabled: false,
+ },
+ },
apex_available: [
"//apex_available:platform",
"com.android.resolv",