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

Commit 117d0a66 authored by nelsonli's avatar nelsonli Committed by android-build-merger
Browse files

Merge "[vts-core] Add vts_core_meminfo_test to vts-core"

am: 6854bd9c

Change-Id: I712762d018913f1848333a2f75348302adbfc208
parents b1b62667 6854bd9c
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -12,9 +12,22 @@
// See the License for the specific language governing permissions and
// limitations under the License.

cc_test {
    name: "vts_meminfo_test",
cc_defaults {
    name: "vts_meminfo_defaults",
    defaults: ["libmeminfo_defaults"],
    srcs: ["vts_meminfo_test.cpp"],
    static_libs: ["libmeminfo"],
}

cc_test {
    name: "vts_meminfo_test",
    defaults: ["vts_meminfo_defaults"],
}

cc_test {
    name: "vts_core_meminfo_test",
    defaults: ["vts_meminfo_defaults"],
    test_suites: ["vts-core"],
    auto_gen_config: true,
    test_min_api_level: 29,
}