Add require_root to adbd_test and libpackagelistparser_test

Bug: 141272654
Test: atest
Change-Id: I14e0d3283cba79a2a4e36e1a1274d6921be5b629
diff --git a/Android.bp b/Android.bp
index 57872b0..9ef82bf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -629,6 +629,7 @@
         "libselinux",
     ],
     test_suites: ["device-tests"],
+    require_root: true,
 }
 
 python_test_host {