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

Commit 0af32d64 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

am: 117d0a66

Change-Id: Iae74c4753216ff6ca1132b3dbea75d43d0f9ebc6
parents a784f3ca 117d0a66
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,
}