diff options
| author | Dario Freni <dariofreni@google.com> | 2021-07-26 14:28:24 +0100 |
|---|---|---|
| committer | Dario Freni <dariofreni@google.com> | 2021-07-26 14:32:49 +0100 |
| commit | 532775a84569645d3699a63a13656f67b3eae441 (patch) | |
| tree | a88be3f2dacc9d37adcbfc9f9604646f58183447 | |
| parent | 8de1a3a42370b04e142e1744e0feb9f781a7cbf2 (diff) | |
Add module_android_app_set type.
Bug: 194596436
Test: presubmit
Change-Id: Ic2dc6d9903d29dfc617d59c4bead15aa5e648cab
Merged-In: Ic2dc6d9903d29dfc617d59c4bead15aa5e648cab
(cherry picked from commit 79fdd8ba129b3c17e097ac17a36c97ae6557f170)
| -rw-r--r-- | Android.bp | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -42,6 +42,16 @@ soong_config_module_type { } soong_config_module_type { + name: "module_android_app_set", + module_type: "android_app_set", + config_namespace: "ANDROID", + bool_variables: ["module_build_from_source"], + properties: [ + "prefer", + ], +} + +soong_config_module_type { name: "module_prebuilt_bootclasspath_fragment", module_type: "prebuilt_bootclasspath_fragment", config_namespace: "ANDROID", |
