summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2021-11-02 18:12:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-02 18:12:26 +0000
commit20e3d280db9d80d5980704dfda7a5fdadf8cf42e (patch)
tree1b49526c9aa3300b0305f8c9d8564b097538f574
parentccc82e52dd0e754b25711789e5d4ee38ad7ead3d (diff)
parentb167bdabe3f3bbd76e9e71886c4fdbf0bf1e03b8 (diff)
downloadlibdmabufheap-20e3d280db9d80d5980704dfda7a5fdadf8cf42e.tar.gz
dmabuf_heap_test: Use vendor api level in the tests am: b2b4ab7d86 am: 5075b3e7d6 am: 4bd24a7371 am: b167bdabe3
Original change: https://android-review.googlesource.com/c/platform/system/memory/libdmabufheap/+/1876005 Change-Id: Id124f94372d3244e0ed18a4ba23fff4f9e6d193d
-rw-r--r--tests/dmabuf_heap_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dmabuf_heap_test.cpp b/tests/dmabuf_heap_test.cpp
index c88cf14..d9b00be 100644
--- a/tests/dmabuf_heap_test.cpp
+++ b/tests/dmabuf_heap_test.cpp
@@ -285,7 +285,7 @@ TEST_F(DmaBufHeapTest, TestDeviceCapabilityCheck) {
TEST_F(DmaBufHeapTest, TestDmabufSystemHeapCompliance) {
using android::vintf::KernelVersion;
- if (android::base::GetIntProperty("ro.product.first_api_level", 0) < __ANDROID_API_S__) {
+ if (android::base::GetIntProperty("ro.vendor.api_level", 0) < __ANDROID_API_S__) {
GTEST_SKIP();
}