Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53503813 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by junyulai
Browse files

Allow core tests to use hidden connectivity API

The tests currently use hidden connectivity APIs to exercise network
stats for bandwidth or benchmarking tests.

Bug: 197717846
Test: m
  (cherry-picked from ag/16773484)
Change-Id: I8f84d57360da34315d2388cb71b3d3738b4f483e
Merged-In: I8f84d57360da34315d2388cb71b3d3738b4f483e
parent 81568fa2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ package {

android_test {
    name: "BandwidthTests",
    defaults: ["framework-connectivity-test-defaults"],
    // Include all test java files.
    srcs: ["src/**/*.java"],
    libs: [
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ package {

java_library {
    name: "frameworks-base-core-benchmarks",
    defaults: ["framework-connectivity-test-defaults"],
    installable: true,
    srcs: ["src/**/*.java"],
    libs: ["caliper-api-target"],
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ package {

java_library {
    name: "frameworks-core-util-lib",
    defaults: ["framework-connectivity-test-defaults"],

    srcs: ["**/*.java"],