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

Commit fd3fc5ff authored by Junyu Lai's avatar Junyu Lai Committed by Gerrit Code Review
Browse files

Merge "Allow core tests to use hidden connectivity API"

parents 4033b9b4 53503813
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"],