From 4fc16610df6c15db65d5c29b4fbcd028e47dbcda Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 16 Oct 2019 18:26:28 -0700 Subject: [PATCH] fs_mgr: vts_core_liblp_test requires root Test: atest vts_core_liblp_test Fixes: 141940321 Change-Id: I2d6e06f4e596cdb985ea67e383e38545d666833b --- fs_mgr/liblp/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/fs_mgr/liblp/Android.bp b/fs_mgr/liblp/Android.bp index a7c77b897..ea0fca83f 100644 --- a/fs_mgr/liblp/Android.bp +++ b/fs_mgr/liblp/Android.bp @@ -100,6 +100,7 @@ cc_test { test_suites: ["vts-core"], auto_gen_config: true, test_min_api_level: 29, + require_root: true, } cc_test {