Add module_android_app_set type.
Bug: 194596436 Test: presubmit Change-Id: Ic2dc6d9903d29dfc617d59c4bead15aa5e648cab
This commit is contained in:
10
Android.bp
10
Android.bp
@@ -41,6 +41,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",
|
||||
|
||||
Reference in New Issue
Block a user