Remove MicrodroidTestApp.signed
It was added to produce idsig file at build-time. It then became
obsolete as the idsig file is created at run-time.
Bug: N/A
Test: watch TH
Change-Id: I535f608f7e003e081426e0af3b0e485ab3486381
diff --git a/authfs/tests/Android.bp b/authfs/tests/Android.bp
index c8d780d..1b5cf09 100644
--- a/authfs/tests/Android.bp
+++ b/authfs/tests/Android.bp
@@ -18,7 +18,7 @@
per_testcase_directory: true,
data: [
":authfs_test_files",
- ":MicrodroidTestApp.signed",
+ ":MicrodroidTestApp",
],
}