diff options
author | 2022-11-14 12:21:24 +0000 | |
---|---|---|
committer | 2022-11-22 16:00:02 +0000 | |
commit | 73feba33308bf9432aea43e069ed24a2f0312f1b (patch) | |
tree | 4366a7bca303c8ae748bb34333c797e740debd9b /java/app_set.go | |
parent | 663e060c64922f54749a5cb81f41df79f0163e99 (diff) |
Allow stubs implementation to be omitted
When defining a stubs library, allow specifying that the
implementation library does not need to be installed. This allows for
cases where the implementation is deployed in some non-standard way -
e.g. inside a Microdroid virtual machine.
Without this, we get build errors like: "TARGET module
com.android.compos requires non-existent TARGET module: libvm_payload".
Default behavior is unchanged. The change is protected by an allowlist
to limit usage to the immediate use case.
Bug: 243512108
Test: builds; soong tests pass
Test: Remove allowlist, see build failure
Change-Id: Iaae75f2e93b842f5944a7518cc95069d62c5a638
Diffstat (limited to 'java/app_set.go')
0 files changed, 0 insertions, 0 deletions