Merge "Add apex_available to libnetutils"
This commit is contained in:
commit
f3f83ace67
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue