commit | e3056be600fceed47fa9eabe2c2145f0d38a3624 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Mon Aug 23 12:19:09 2021 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Mon Aug 23 12:20:05 2021 -0700 |
tree | 050d2eb760d8b656d7533beee63d9117340f12bf | |
parent | 0a2484304d22c9350ffc0ae805c7794c9302769a [diff] |
Add missing data for test. Test: atest libidsig.test Change-Id: I57c0f1e8d94a8d5834f7df31393d64c2a212be74
diff --git a/idsig/Android.bp b/idsig/Android.bp index 06203cd..c5fc161 100644 --- a/idsig/Android.bp +++ b/idsig/Android.bp
@@ -33,4 +33,7 @@ defaults: ["libidsig.defaults"], test_suites: ["general-tests"], compile_multilib: "first", + data: [ + "testdata/input.*", + ], }