diff options
| author | Artur Satayev <satayev@google.com> | 2020-04-28 14:57:42 +0100 |
|---|---|---|
| committer | Artur Satayev <satayev@google.com> | 2020-05-15 19:10:19 +0100 |
| commit | 849f844252872e260a35cf958cb25ab4c5ea3e7f (patch) | |
| tree | c23543de38a981ddef6985c0faa2fbf511364a87 /Android.bp | |
| parent | 8cf3e5471db04da274965a8e5c0dc3d465f08c5f (diff) | |
Generate combined deps-info for all updatable modules.
Introduce a singleton apex rule to merge contents of individual
deps-info results into a single output file.
Bug: 149622332
Test: m
Change-Id: I4ab7e1a3527fead97a81a5a2cb0e1e93a429117c
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 342ca4ca9..ec7d13a48 100644 --- a/Android.bp +++ b/Android.bp @@ -492,6 +492,7 @@ bootstrap_go_package { srcs: [ "apex/androidmk.go", "apex/apex.go", + "apex/apex_singleton.go", "apex/builder.go", "apex/key.go", "apex/prebuilt.go", |
