aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Freni <dariofreni@google.com>2021-07-26 14:28:24 +0100
committerDario Freni <dariofreni@google.com>2021-07-26 14:32:49 +0100
commit532775a84569645d3699a63a13656f67b3eae441 (patch)
treea88be3f2dacc9d37adcbfc9f9604646f58183447
parent8de1a3a42370b04e142e1744e0feb9f781a7cbf2 (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.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index da69f7d..ea4c251 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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",