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

Commit f21b0b1c authored by Dennis Shen's avatar Dennis Shen Committed by Automerger Merge Worker
Browse files

Merge "aconfig: add storage flag read api integration tests to test mapping"...

Merge "aconfig: add storage flag read api integration tests to test mapping" into main am: b954de7d

Original change: https://android-review.googlesource.com/c/platform/build/+/2970431



Change-Id: I2a82e4cad907947d68777aa9583d5fdb11580513
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4acf2f75 b954de7d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -65,5 +65,15 @@
      // that using the flag macros to do filtering will get affected.
      "name": "FlagMacrosTests"
    }
  ],
  "postsubmit": [
    {
      // aconfig_storage read api rust integration tests
      "name": "aconfig_storage.test.rust"
    },
    {
      // aconfig_storage read api cpp integration tests
      "name": "aconfig_storage.test.cpp"
    }
  ]
}