summaryrefslogtreecommitdiff
path: root/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp18
1 files changed, 14 insertions, 4 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 3baaa184..c5d9bb53 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -13,6 +13,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "system_netd_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_netd_license"],
+}
+
cc_test_library {
name: "libnetd_test_tun_interface",
defaults: ["netd_defaults"],
@@ -43,7 +52,7 @@ cc_test_library {
"libnetutils",
"libsysutils",
"libutils",
- "netd_aidl_interface-cpp",
+ "netd_aidl_interface-V7-cpp",
],
}
@@ -86,6 +95,7 @@ cc_test {
"libnetutils",
"libprocessgroup",
"libssl",
+ "libsysutils",
"libutils",
],
static_libs: [
@@ -97,8 +107,8 @@ cc_test {
"libnetdbpf",
"libnetdutils",
"libqtaguid",
- "netd_aidl_interface-unstable-cpp",
- "netd_event_listener_interface-cpp",
+ "netd_aidl_interface-V7-cpp",
+ "netd_event_listener_interface-V1-cpp",
"oemnetd_aidl_interface-cpp",
],
compile_multilib: "both",
@@ -111,7 +121,7 @@ cc_test {
},
},
sanitize: {
- address: true,
+ address: false,
recover: [ "all" ],
},
}