commit | f3f83ace672b096d351ded8a1d24b80a5fa1bc23 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Dec 24 01:46:30 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 24 01:46:30 2020 +0000 |
tree | 8f47a2c2ecdddb2e2c4512eed2b664c71fcfb8ba | |
parent | 292fd5458d7700a78adc50be739fbb3c83c46713 [diff] | |
parent | 6297b730d263853fa08ae8a9c50fb6ba20b78962 [diff] |
Merge "Add apex_available to libnetutils"
diff --git a/libnetutils/Android.bp b/libnetutils/Android.bp index 65371fa..eec2415 100644 --- a/libnetutils/Android.bp +++ b/libnetutils/Android.bp
@@ -21,6 +21,11 @@ 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 {