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

Commit 5e55e457 authored by Marybeth Fair's avatar Marybeth Fair
Browse files

Move test files from tests/ to data/v1/.

This way when I re-submit aosp/3287421, I can run tests on v1 and v2
storage files to enforce that we can read both.

Test: atest (this change just moves the files)
Change-Id: I8618e0ed56a91a0ad2cbb0725c7a5c0ec2a8b513
parent 20ed2074
Loading
Loading
Loading
Loading
+8 −8
Original line number Original line Diff line number Diff line
@@ -10,10 +10,10 @@ cc_test {
        "libbase",
        "libbase",
    ],
    ],
    data: [
    data: [
        "package.map",
        "data/v1/package.map",
        "flag.map",
        "data/v1/flag.map",
        "flag.val",
        "data/v1/flag.val",
        "flag.info",
        "data/v1/flag.info",
    ],
    ],
    test_suites: [
    test_suites: [
        "device-tests",
        "device-tests",
@@ -35,10 +35,10 @@ android_test {
    test_config: "AndroidStorageJaveTest.xml",
    test_config: "AndroidStorageJaveTest.xml",
    sdk_version: "test_current",
    sdk_version: "test_current",
    data: [
    data: [
        "package.map",
        "data/v1/package.map",
        "flag.map",
        "data/v1/flag.map",
        "flag.val",
        "data/v1/flag.val",
        "flag.info",
        "data/v1/flag.info",
    ],
    ],
    test_suites: [
    test_suites: [
        "general-tests",
        "general-tests",
Loading