Yo Chiang
3d64d494d2
Add symlinks support for prebuilt_etc modules
...
Filenames specified in the "symlinks" property are passed to
LOCAL_MODULE_SYMLINKS, and kati would install these symlinks.
For example:
```
prebuilt_etc {
name: "foo",
symlinks: [
"bar",
"baz",
],
}
```
Installs these files on device:
- system/etc/foo
- system/etc/bar -> foo
- system/etc/baz -> foo
Bug: 157537895
Test: Add some symlinks to a prebuilt_etc module and check artifact
Change-Id: If50844e8a212a966be931117cfdff5bf73aadf25
2020-05-27 17:56:39 +08:00
..
2020-03-24 07:15:16 -07:00
2019-06-10 15:51:06 -07:00
2019-12-18 08:19:10 -08:00
2020-04-24 21:40:13 +09:00
2020-05-14 07:44:03 +09:00
2020-04-25 04:41:44 +00:00
2020-01-22 18:30:56 -08:00
2020-03-16 21:06:13 +00:00
2018-07-22 21:18:45 -07:00
2020-05-12 12:27:50 +01:00
2019-12-18 08:19:10 -08:00
2019-10-18 18:28:00 +00:00
2020-02-06 17:43:29 -08:00
2020-05-06 08:55:19 +01:00
2020-03-31 22:18:40 -04:00
2020-01-11 01:11:46 +00:00
2019-07-11 14:52:17 -07:00
2019-07-11 14:52:17 -07:00
2019-03-20 19:36:13 +00:00
2020-05-06 08:55:19 +01:00
2020-01-22 16:54:18 -08:00
2020-01-11 01:11:46 +00:00
2020-02-25 20:50:00 +00:00
2019-12-18 08:19:10 -08:00
2020-05-19 07:53:27 +00:00
2020-01-21 11:40:02 +00:00
2020-05-06 08:55:19 +01:00
2019-12-18 08:19:10 -08:00
2020-01-24 16:43:40 -08:00
2020-04-15 12:06:13 +01:00
2020-05-12 15:33:52 +01:00
2020-03-03 13:50:53 -08:00
2019-05-14 18:40:13 +00:00
2019-07-18 14:28:14 -07:00
2020-01-10 13:26:00 -08:00
2020-04-28 11:37:20 -04:00
2020-05-05 20:47:04 +01:00
2020-05-05 20:47:04 +01:00
2019-12-18 08:19:10 -08:00
2019-07-16 09:52:23 -07:00
2020-03-02 15:00:15 -08:00
2020-05-12 12:27:50 +01:00
2019-12-18 08:19:10 -08:00
2020-05-27 17:56:39 +08:00
2020-01-15 11:17:57 +00:00
2020-05-13 20:40:53 +01:00
2019-10-16 14:52:30 -07:00
2020-01-21 11:40:02 +00:00
2020-02-28 18:16:13 +00:00
2020-03-31 22:18:40 -04:00
2020-01-11 01:11:46 +00:00
2020-05-08 22:32:02 +01:00
2019-12-18 08:19:10 -08:00
2019-12-19 09:22:36 -08:00
2020-03-31 22:18:40 -04:00
2020-03-24 07:15:16 -07:00
2020-04-09 20:16:08 +00:00
2020-03-06 09:45:54 +00:00
2020-03-02 15:00:15 -08:00
2020-05-05 10:30:15 -04:00
2020-02-06 17:43:29 -08:00
2020-04-29 15:33:07 -07:00
2020-05-12 20:07:46 +01:00
2020-05-14 16:52:24 +01:00
2019-12-18 08:19:10 -08:00
2020-03-28 16:42:17 -07:00
2019-02-20 15:43:06 -08:00