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

Commit 2c521ef8 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

Merge "Add apex_available to libnetutils" am: f3f83ace am: 9649c0c3

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1475762

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8ba0124938408a100b7355a52e25fb1eca1c7e0b
parents 60b05895 9649c0c3
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 {