diff options
| author | Yo Chiang <yochiang@google.com> | 2020-07-10 19:34:53 +0800 |
|---|---|---|
| committer | Yo Chiang <yochiang@google.com> | 2020-07-10 19:34:53 +0800 |
| commit | f2ed1a56292cfdc6c2ddb255ba2b885c25ee5766 (patch) | |
| tree | 661b45b956c6631fe95bea75440986adc4d15b31 /code_coverage/seccomp_policy/code_coverage.x86.policy | |
| parent | 78ee9b9eb10babcf1981a9e44a25cd9e9a9fd66c (diff) | |
Move SingletonTest back to libutils_test
Use the new "data_libs:" to specify test library dependency. This is
like "data:" and it treats compiled libraries as test data files.
The result is libutils_test_singleton{1,2} is picked up by libutils_test
and installed next to the test binary.
Mark the test libs libutils_test_singleton{1,2} as uninstallable. This
prevents installing libutils_test_singleton{1,2} directly and only
permits installing via "data_libs:".
```
$ m libutils_test
testcases
└── libutils_test
├── arm
│ ├── libutils_test
│ ├── libutils_test_singleton1.so
│ └── libutils_test_singleton2.so
├── arm64
│ ├── libutils_test
│ ├── libutils_test_singleton1.so
│ └── libutils_test_singleton2.so
└── libutils_test.config
```
Bug: 124838889
Test: atest libutils_test
Change-Id: I432135e128fc9eedb1b8c18a331957e271d8b0f0
Diffstat (limited to 'code_coverage/seccomp_policy/code_coverage.x86.policy')
0 files changed, 0 insertions, 0 deletions
