Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6b731d1 authored by Luke Huang's avatar Luke Huang Committed by Automerger Merge Worker
Browse files

Add a soong var that will be used to enable/disabe rust relevant targets am:...

Add a soong var that will be used to enable/disabe rust relevant targets am: 5b7787ec am: 5e6a2f7e

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1642562

Change-Id: I179b2c564c11f3244d4e7997e4a04e4120374634
parents 9de35d2a 5e6a2f7e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@ license {
    ],
}

// Whether to enable the targets in this file that require rust toolchain.
// Set to false in branches like mainline-prod where rust toolchain isn't supported.
support_rust_toolchain = true

cc_library_headers {
    name: "libnetd_resolv_headers",
    export_include_dirs: ["include"],