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

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

Change-Id: I274baee46c6001f1c137427f0c1d5dffe0a43e47
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Dennis Shen
2024-02-21 19:25:59 +00:00
committed by Automerger Merge Worker

View File

@@ -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"
}
]
}