Merge "authfs: Re-enable the build of device unit test"
diff --git a/authfs/Android.bp b/authfs/Android.bp
index 225ff40..9808bf6 100644
--- a/authfs/Android.bp
+++ b/authfs/Android.bp
@@ -51,7 +51,7 @@
 
 // TODO(victorhsieh): Enable the test once "undefined symbol: _Unwind_Resume" is fixed, then add to
 // TEST_MAPPING.
-//rust_test {
-//    name: "authfs_device_test_src_lib",
-//    defaults: ["authfs_defaults"],
-//}
+rust_test {
+    name: "authfs_device_test_src_lib",
+    defaults: ["authfs_defaults"],
+}