Merge "Add apex_available to libnetutils"

This commit is contained in:
Remi NGUYEN VAN 2020-12-24 01:46:30 +00:00 committed by Gerrit Code Review
commit f3f83ace67
1 changed files with 5 additions and 0 deletions

View File

@ -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 {