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

Commit f3f83ace authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Add apex_available to libnetutils"

parents 292fd545 6297b730
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ cc_library_shared {
    cflags: ["-Werror"],

    export_include_dirs: ["include"],
    // TODO: remove connectivity module dependency, or have this lib build against the ndk
    apex_available: [
        "//apex_available:platform",
        "com.android.tethering",
    ],
}

cc_library_static {