Merge "Add apex_available to libnetutils"
This commit is contained in:
commit
f3f83ace67
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue