Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1876f5b0 authored by Yifeng Zeng's avatar Yifeng Zeng
Browse files

Implement a feature that installs a cc_test's dependencies into a standalone folder.

This is the implementation of go/standalone-native-device-tests

This feature is disabled by default. To enable it, the `standalone_test` option needs to be added in the Android.bp file.

Example:

```
cc_test {
  ...
  standalone_test: true,
  ...
}
```

Change-Id: I3bf1b0313e50d1018088123c40c7fd23dcb69553
Test: m bionic-unit-tests
Test: m libunwindstack_unit_test
parent 46aceb31
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment