Merge "Move soong variable to different repo." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9173f7886c
24
Android.bp
24
Android.bp
@@ -16,3 +16,27 @@ package {
|
||||
default_visibility: ["//packages/modules/common:__subpackages__"],
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
soong_config_bool_variable {
|
||||
name: "module_build_from_source",
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "module_apex_set",
|
||||
module_type: "apex_set",
|
||||
config_namespace: "ANDROID",
|
||||
bool_variables: ["module_build_from_source"],
|
||||
properties: [
|
||||
"prefer",
|
||||
],
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "module_android_app_import",
|
||||
module_type: "android_app_import",
|
||||
config_namespace: "ANDROID",
|
||||
bool_variables: ["module_build_from_source"],
|
||||
properties: [
|
||||
"prefer",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user